PhpRiot

Listing 1400

Submitted by akaa, 28 June 2008
require_once('include/messages.php'); 
 
global $site_messages;
 
$pass = '123456';
echo $site_messages[return_pass];
 
//$site_messages[return_pass] contain the following text 'Per your request, the password for accessing the site is {$pass}'
Submit a Follow Up