forked from ZwiiCMS-Team/ZwiiCMS
.29 erruer 500 htaccess
This commit is contained in:
parent
ce304140ba
commit
99c2fa06ee
@ -24,8 +24,8 @@
|
|||||||
AddOutputFilterByType DEFLATE application/x-javascript
|
AddOutputFilterByType DEFLATE application/x-javascript
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
# Cache le PHPSESSID de l'url
|
# Cache le PHPSESSID de l'url // Désormais géré par index.php
|
||||||
SetEnv SESSION_USE_TRANS_SID 0
|
# SetEnv SESSION_USE_TRANS_SID 0
|
||||||
|
|
||||||
# Bloque l'accès à la liste des fichiers
|
# Bloque l'accès à la liste des fichiers
|
||||||
Options -Indexes
|
Options -Indexes
|
||||||
|
@ -45,7 +45,7 @@ class common {
|
|||||||
|
|
||||||
// Numéro de version
|
// Numéro de version
|
||||||
const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/';
|
const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/';
|
||||||
const ZWII_VERSION = '11.2.00.28';
|
const ZWII_VERSION = '11.2.00.29';
|
||||||
const ZWII_UPDATE_CHANNEL = "test";
|
const ZWII_UPDATE_CHANNEL = "test";
|
||||||
|
|
||||||
public static $actions = [];
|
public static $actions = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user