-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified php short open tags for environments that have disabled them.
Visual improvements on search bar. Filter icon is not shown if not using it. If browser language does not have translation, or language not set, or is not a spanish variant, english is used. Show maximum allowed file size for upload on edit account.
- Loading branch information
nuxsmin
committed
Nov 14, 2013
1 parent
ab69f1c
commit 2b87c81
Showing
22 changed files
with
475 additions
and
417 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
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
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,34 @@ | ||
<?php | ||
$CONFIG = array ( | ||
'passwordsalt' => '68a77aa997d934d1259e729607233a', | ||
'version' => '1.0.3', | ||
'dbhost' => 'localhost', | ||
'dbname' => 'syspass', | ||
'debug' => 0, | ||
'logenabled' => 1, | ||
'ldapenabled' => 0, | ||
'mailenabled' => 0, | ||
'dbuser' => 'sp_admin', | ||
'dbpass' => 'mydb_secret_pass', | ||
'installed' => 0, | ||
'wikienabled' => 0, | ||
'demoenabled' => 0, | ||
'allowed_exts' => 'BAK,CSV,DOC,DOCX,GIF,JPG,ODS,ODT,PDF,PNG,TXT,VSD,XLS,XSL', | ||
'allowed_size' => 1024, | ||
'wikisearchurl' => 'http://wiki.foobar.com/wiki/doku.php/start?do=search&id=', | ||
'wikipageurl' => 'http://wiki.foobar.com/doku.php/', | ||
'wikifilter' => 'srv-', | ||
'ldapserver' => '', | ||
'ldapbase' => '', | ||
'ldapgroup' => '', | ||
'ldapuserattr' => '', | ||
'mailserver' => 'mail.foobar.com', | ||
'mailfrom' => '[email protected]', | ||
'session_timeout' => 600, | ||
'account_link' => 1, | ||
'account_count' => 10, | ||
'sitelang' => 'en_US', | ||
'maintenance' => 0, | ||
'checkupdates' => 1, | ||
'filesenabled' => 1 | ||
); |
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
Binary file not shown.
Oops, something went wrong.