Path : /hermes/sb_web/b2920/socialistbrew.com/ |
Current < : /hermes/sb_web/b2920/socialistbrew.com/random.php |
<html> <head> <title>Random Number</title> </head> <body> <pre> <?php $random_history = file_get_contents("./random/random.txt"); echo $random_history; ?> </pre> </body> <html>