FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Announcements » FUDforum 2.5.0RC5 Released
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: FUDforum 2.5.0RC5 Released [message #10794 is a reply to message #10784] Tue, 10 June 2003 14:57 Go to previous messageGo to previous message
gladiator is currently offline  gladiator   China
Messages: 61
Registered: June 2002
Location: Beijing
Karma:
Member
bug in www_root/adm/admsysinfo.php

<?php
function get_php_setting($val)
{
        
$r =  (ini_get($opt) == '1' ? 1 : 0);

        return
$r ? 'ON' : 'OFF';
}
?>


"$val" should be "

"$val" should be "$opt"(or we say "$opt" should be "$val" Razz ).
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: forum 2.5.0RC3 Released
Next Topic: FUDforum 2.5.0RC6 Released
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 03 23:22:59 GMT 2024

Total time taken to generate the page: 0.04731 seconds