PHP Classes

File: pages/403.php

Recommend this page to a friend!
  Classes of Rémy Sanchez   uncentralizedDownloader   pages/403.php   Download  
File: pages/403.php
Role: Application script
Content type: text/plain
Description: Not authorized page template
Class: uncentralizedDownloader
Manage downloading of files from multiple servers
Author: By
Last change:
Date: 16 years ago
Size: 371 bytes
 

Contents

Class file image Download
<?php
@header("HTTP/1.0 403 Forbidden", true);
$pageTitle = $confMsgs["site_name"] . " - " . $confMsgs["forbidden"];
$pageMessage = basename($msgs[0]) .
              
"<br /><br />" .
          
$confMsgs["forbidden_text"] .
          
"<br /><br /><a href=\"" .
          
$confMsgs["main_site_url"] .
          
"\">" .
          
$confMsgs["go_to_main_site"] .
          
"</a>\n";
?>