Blame Scripts/CentOS-Web/admin/p_pages_update.php

1f953a
1f953a
//--------------------/* Show error if called directly */
1f953a
1f953a
    if ( basename($_SERVER['PHP_SELF']) <> 'index.php')
1f953a
    {
1f953a
        echo '

Sorry, this page can\'t be served directly. ';

1f953a
        echo 'Try this instead.';
1f953a
        exit;
1f953a
    }
1f953a
?>
1f953a
1f953a