You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
// error_reporting(0);
|
|
set_include_path('.');
|
|
$browser = get_browser();
|
|
if (!$browser->cookies)
|
|
{
|
|
echo "Please enable cookies.<br>\n";
|
|
echo "Cookies are needed to view this page.\n";
|
|
exit;
|
|
}
|
|
include "include/globaledit_inc.php"
|
|
?>
|