mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-20 16:42:59 +02:00
- action.php makes use of Last-Modified and If-Modified-Since HTTP headers
- renamed $conf['disble_plugins'] to $conf['enable_plugins'] git-svn-id: http://piwigo.org/svn/trunk@1616 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -532,6 +532,6 @@ $conf['email_admin_on_new_user']=false;
|
||||
// stored on user informations
|
||||
//$conf['default_admin_layout']='yoga/dark';
|
||||
|
||||
|
||||
$conf['disable_plugins']=false;
|
||||
// should we load the active plugins ? true=Yes, false=No
|
||||
$conf['enable_plugins']=true;
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user