
12-23-2005, 08:02 AM
|
|
|
Join Date: Oct 2004
Location: Sweden
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by calorie
@wrang: save the following as phpinfo.php and call it from your browser. It'll print out a bunch of PHP related stuff, search for safe_mode on the page.
Code:
<?php
phpinfo();
?>
|
I found this:
safe_mode
Local Value - OFF
Master Value - OFF
|