Login   Register  
PHP Classes
elePHPant
Icontem

File: pages/200.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2007-07-31 05:38
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";
?>