2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Fixed bug of double include

This commit is contained in:
azammitdcarf
2009-03-27 03:30:05 +00:00
parent 138476c35d
commit 67e206bac5

View File

@@ -34,7 +34,7 @@
/**
* Language file
*/
include ("lang.inc.php");
include_once("lang.inc.php");
/**