<?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
$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
+?>