PHP Classes

File: pages/200.php

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

Contents

Class file image Download
<?php
$pageTitle
= $confMsgs["site_name"] . " - " . $confMsgs["download"];
$pageMessage = basename($msgs[0]) .
              
"<br /><br />" .
          
"<a href=\"$msgs[0]\" target=\"_blank\">" .
          
$confMsgs["download_the_file"] .
          
"</a> - <a href=\"" .
           ((isset(
$_SERVER["HTTP_REFERER"])) ? $_SERVER["HTTP_REFERER"] : $confMsgs["main_site_url"]) .
          
"\">" .
          
$confMsgs["back_to_main_site"] .
          
"</a>\n";
?>