mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Removed parenthesis from all require and replaced with single quotes
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
* \brief Page with system information of database
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
require '../../main.inc.php';
|
||||
|
||||
$langs->load("admin");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user