mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-01-15 13:56:42 +00:00
use () when calling require_once
This commit is contained in:
parent
1700f98f90
commit
736c30623a
|
|
@ -62,7 +62,7 @@ function fileExistsInIncludePath($file) { /* {{{ */
|
|||
/**
|
||||
* Load default settings + set
|
||||
*/
|
||||
require_once '../vendor/autoload.php';
|
||||
require_once('../vendor/autoload.php');
|
||||
require_once('../inc/inc.Version.php');
|
||||
$ver = new SeedDMS_Version();
|
||||
define("SEEDDMS_INSTALL", "on");
|
||||
|
|
@ -142,7 +142,7 @@ if(isset($settings->_extraPath))
|
|||
*/
|
||||
$theme = "bootstrap";
|
||||
include("../inc/inc.Language.php");
|
||||
include "../languages/en_GB/lang.inc";
|
||||
include("../languages/en_GB/lang.inc");
|
||||
include("../inc/inc.ClassUI.php");
|
||||
include("class.Install.php");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user