]> git.mxchange.org Git - mailer.git/blobdiff - inc/gen_refback.php
All, except security block, include()/require() rewritten to own LOAD_INC()/LOAD_INC_...
[mailer.git] / inc / gen_refback.php
index 6aa3729e891b7e4b1d23b565ad9805e94c8a92ff..596aa5b916929d127b172e460d2299809cc260f3 100644 (file)
@@ -38,7 +38,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Make sure our functions are there
-require_once(PATH."inc/libs/refback_functions.php");
+LOAD_INC_ONCE("inc/libs/refback_functions.php");
 
 // Sanity-check: Do we have ref level 0?
 $result = SQL_QUERY("SELECT id FROM `{!_MYSQL_PREFIX!}_refsystem` WHERE level=0", __FILE__, __LINE__);