Sindbad~EG File Manager
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Browse Recipes</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body BGCOLOR="#ffffcc">
Hello.
<?php
require "captions.php";
echo $GLOBALS['captions']["IMG_5050.jpg"]; echo "hey";
function f(){ return $GLOBALS['captions']["IMG_5050.jpg"]; }
class UberGallery {
public function g()
{ $x = "IMG_5050.jpg";
return $GLOBALS['captions'][$x];
}
}
$gallery = new UberGallery();
echo $gallery->g();
?>
</body>
</html>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists