]> git.p6c8.net - jirafeau.git/blobdiff - lib/config.php
Security fix, bug fix and project name change.
[jirafeau.git] / lib / config.php
similarity index 84%
rename from pub/lib/config.php
rename to lib/config.php
index 33211eae2824382b7b16fa65eed60edf9c8a33f3..141d12cb3b16874d800c3fe90730283d74281d7b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /*
- *  Jyraphe, your web file repository
+ *  Jirafeau, your web file repository
  *  Copyright (C) 2008  Julien "axolotl" BERNARD <axolotl@magieeternelle.org>
  *
  *  This program is free software: you can redistribute it and/or modify
@@ -35,8 +35,8 @@ $cfg['rewrite'] = false;
 
 $cfg['password'] = '';
 
-if((basename(__FILE__) != 'config.local.php') && file_exists(JYRAPHE_ROOT . 'lib/config.local.php')) {
-  require(JYRAPHE_ROOT . 'lib/config.local.php');
+if((basename(__FILE__) != 'config.local.php') && file_exists(JIRAFEAU_ROOT . 'lib/config.local.php')) {
+  require(JIRAFEAU_ROOT . 'lib/config.local.php');
 }
 
-?>
\ No newline at end of file
+?>

patrick-canterino.de