mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
include Log.php early and use require_once
This commit is contained in:
parent
1bad1d2aa5
commit
782e4c2044
|
@ -1,9 +1,9 @@
|
|||
<?php
|
||||
include("../inc/inc.Settings.php");
|
||||
|
||||
require_once("Log.php");
|
||||
require_once("../inc/inc.Language.php");
|
||||
require_once("../inc/inc.Utils.php");
|
||||
require_once("Log.php");
|
||||
|
||||
$logger = getLogger('restapi-', PEAR_LOG_DEBUG);
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
include("../inc/inc.Settings.php");
|
||||
|
||||
include("Log.php");
|
||||
require_once("Log.php");
|
||||
require_once("../inc/inc.Language.php");
|
||||
require_once("../inc/inc.Utils.php");
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user