git.p6c8.net
/
jirafeau_mojo42.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[FEATURE] Template Markers: Replace configuration values
[jirafeau_mojo42.git]
/
f.php
diff --git
a/f.php
b/f.php
index 02186024fa0873a1554ef98458ba1dfe2b7329c4..a97718f9387a4ddd11f8d0563ee58ef4a11a57b3 100644
(file)
--- a/
f.php
+++ b/
f.php
@@
-19,10
+19,9
@@
*/
define ('JIRAFEAU_ROOT', dirname (__FILE__) . '/');
*/
define ('JIRAFEAU_ROOT', dirname (__FILE__) . '/');
-require (JIRAFEAU_ROOT . 'lib/lang.php');
-require (JIRAFEAU_ROOT . 'lib/config.original.php');
require (JIRAFEAU_ROOT . 'lib/settings.php');
require (JIRAFEAU_ROOT . 'lib/functions.php');
require (JIRAFEAU_ROOT . 'lib/settings.php');
require (JIRAFEAU_ROOT . 'lib/functions.php');
+require (JIRAFEAU_ROOT . 'lib/lang.php');
if (!isset ($_GET['h']) || empty ($_GET['h']))
{
if (!isset ($_GET['h']) || empty ($_GET['h']))
{
patrick-canterino.de