Selaa lähdekoodia

Update ngxc.php

causefx 8 vuotta sitten
vanhempi
commit
c51a8a2d27
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 3 2
      ngxc/api/plugins/config/ngxc.php

+ 3 - 2
ngxc/api/plugins/config/ngxc.php

@@ -1,4 +1,5 @@
 <?php
 return array(
-    'NGXC_SAVE_PATH' => $GLOBALS['dbLocation']
-);
+	'ngxc-enabled' => false,
+	'NGXC_SAVE_PATH' => ''
+);