1
0
Fork 0

debuggage

This commit is contained in:
Daniel Tartavel 2019-11-30 00:17:53 +01:00
parent 4f9109948d
commit 5bde926e53
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ while ($user = $doldb->result->fetch_assoc())
if ( $ncdb->result->num_rows != 0 )
{
$r = $ncdb->result->fetch_assoc();
$status = $r["configkey"] ;
$status = $r["configvalue"] ;
}else
{
$status = 1;