|
cvs: pecl /apc apcgui.php: msg#00146php.pecl.cvs
iliaa Fri Jul 22 14:47:36 2005 EDT Modified files: /pecl/apc apcgui.php Log: More typo corrections. http://cvs.php.net/diff.php/pecl/apc/apcgui.php?r1=3.10&r2=3.11&ty=u Index: pecl/apc/apcgui.php diff -u pecl/apc/apcgui.php:3.10 pecl/apc/apcgui.php:3.11 --- pecl/apc/apcgui.php:3.10 Fri Jul 22 14:45:34 2005 +++ pecl/apc/apcgui.php Fri Jul 22 14:47:36 2005 @@ -1,5 +1,5 @@ <?php -$VERSION='$Id: apcgui.php,v 3.10 2005/07/22 18:45:34 iliaa Exp $'; +$VERSION='$Id: apcgui.php,v 3.11 2005/07/22 18:47:36 iliaa Exp $'; $SKIN='pecl'; // ('pecl' or 'classic') $admin_password = 'password'; // Change this to enable the Clear Cache Command @@ -201,7 +201,7 @@ $cache=apc_cache_info(); -if(!admin_password || $admin_password=='password') +if(!$admin_password || $admin_password=='password') $sure_msg = "You need to set a password at the top of apcgui.php before this will work"; else $sure_msg = "Are you sure?"; |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: pecl /apc apcgui.php: 00146, Ilia Alshanetsky |
|---|---|
| Next by Date: | cvs: pecl /http config.m4 http_response_object.c /http/tests HttpResponse_001.phpt HttpResponse_002.phpt: 00146, Michael Wallner |
| Previous by Thread: | cvs: pecl /apc apcgui.phpi: 00146, Ilia Alshanetsky |
| Next by Thread: | cvs: pecl /http config.m4 http_response_object.c /http/tests HttpResponse_001.phpt HttpResponse_002.phpt: 00146, Michael Wallner |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |