-Wall cleanup
This commit is contained in:
parent
768acb0a3f
commit
fab63ca751
8 changed files with 32 additions and 20 deletions
|
@ -12,7 +12,7 @@ $install = ((file_exists('.htconfig.php')) ? false : true);
|
|||
|
||||
@include(".htconfig.php");
|
||||
|
||||
if(x($lang))
|
||||
if(isset($lang) && strlen($lang))
|
||||
load_translation_table($lang);
|
||||
|
||||
require_once("dba.php");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue