29.05.2012, 09:57
I found the error.
The line:
is the problem
but when I edit this to:
it works.
The line:
Код:
if(!dini_Exists(file))
but when I edit this to:
Код:
if(dini_Exists(file))