mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
include language file because inc.Language.php does not include it anymore
This commit is contained in:
parent
ac2ae0957a
commit
7b29fa5c4b
|
@ -23,6 +23,8 @@ include("../inc/inc.Language.php");
|
|||
include("../inc/inc.ClassUI.php");
|
||||
include("../inc/inc.Utils.php");
|
||||
|
||||
include $settings->_rootDir . "languages/" . $settings->_language . "/lang.inc";
|
||||
|
||||
if (isset($_GET["referuri"]) && strlen($_GET["referuri"])>0) {
|
||||
$refer=$_GET["referuri"];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user