Changeset 3789:c56696e8c859
- Timestamp:
- 08/05/18 15:41:47 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/config.php.in
r3731 r3789 42 42 define('DC_SESSION_NAME', 'dcxd'); 43 43 44 // Session TTL 45 //define('DC_SESSION_TTL','120 seconds'); 46 44 47 // Plugins root 45 48 define('DC_PLUGINS_ROOT', dirname(__FILE__) . '/../plugins'); … … 53 56 // Cryptographic algorithm 54 57 define('DC_CRYPT_ALGO', 'sha512'); 58 59 // Vendor name 60 //define('DC_VENDOR_NAME', 'Dotclear'); 61 62 // Do not check for update 63 //define('DC_NOT_UPDATE', false); 64 65 // Update URL 66 //define('DC_UPDATE_URL','http://download.dotclear.org/versions.xml'); 67 68 // Update channel (stable, unstable, testing) 69 //define('DC_UPDATE_VERSION', 'stable'); 70 71 // Proxy config 72 //define('HTTP_PROXY_HOST','127.0.0.1'); 73 //define('HTTP_PROXY_PORT','8080'); 74 75 // Show hidden media dirs 76 //define('DC_SHOW_HIDDEN_DIRS', false); 55 77 56 78 // If you have PATH_INFO issue, uncomment following lines
Note: See TracChangeset
for help on using the changeset viewer.