mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 09:01:40 +01:00
Removed parenthesis from all require and replaced with single quotes
This commit is contained in:
@@ -26,7 +26,7 @@ function llxHeader() { print '<html><title>Build an import example file</title><
|
||||
// This file is a wrapper, so empty footer
|
||||
function llxFooter() { print '</body></html>'; }
|
||||
|
||||
require("../main.inc.php");
|
||||
require '../main.inc.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/imports/class/import.class.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/modules/import/modules_import.php';
|
||||
|
||||
Reference in New Issue
Block a user