-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Muximux version 1.0, yeah baby, yeah!
- Loading branch information
Showing
180 changed files
with
25,349 additions
and
828 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.txt ident |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
# Do not submit or pull configuration settings when interacting with GitHub. | ||
config.ini.php | ||
settings.ini.php | ||
backup.ini.php | ||
test.php | ||
secret.txt | ||
tmp/ | ||
pydio/ | ||
develop/ | ||
phpmyadmin/ | ||
*.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Muximux contributors (either directly or indirectly) | ||
============================================ | ||
|
||
* **[mescon](https://github.com/mescon)** | ||
|
||
* **[SyNiK4L](https://github.com/SyNiK4L)** | ||
|
||
* **[Tenzinn3](https://github.com/Tenzinn3)** | ||
|
||
* **[kylerw](https://github.com/kylerw)** | ||
|
||
* **[onedr0p](https://github.com/onedr0p)** | ||
|
||
* **[OmgImAlexis](https://github.com/OmgImAlexis)** | ||
|
||
* **[StackOverflow](https://www.stackoverflow.com)** | ||
|
||
* **[Google](https://www.google.com)** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"repositories": [ | ||
{ | ||
"type": "pear", | ||
"url": "pear.php.net" | ||
} | ||
], | ||
"require": { | ||
"pear-pear.php.net/config_lite": "*" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/*! | ||
* Bootstrap-iconpicker v1.7.0 | ||
* | ||
* Copyright 2013-2015 Victor Valencia Rico. | ||
* Licensed under the Apache License v2.0 | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Designed and built with all the love in the world by @recktoner. | ||
*/.iconpicker .caret{margin-left:10px!important}.iconpicker{min-width:60px}.iconpicker input.search-control{margin-bottom:6px;margin-top:6px}div.iconpicker.left .table-icons{margin-right:auto}div.iconpicker.center .table-icons{margin-left:auto;margin-right:auto}div.iconpicker.right .table-icons{margin-left:auto}.table-icons .btn{min-height:30px;min-width:35px;text-align:center;padding:0;margin:2px}.table-icons td{min-width:39px}.popover{max-width:inherit!important}.iconpicker-popover{z-index:1050!important}.iconpicker-popover .search-control{margin-bottom:6px;margin-top:6px} |
Oops, something went wrong.