error_reporting(E_ALL ^ E_NOTICE); ini_set('display_errors','On'); session_start(); ?> $thumbWidth = 110; $thumbHeight = 110; $thumbCrop = true; $imageWidth = 800; $imageHeight= 600; $imageCrop = false; $pageSize = 20; $folderId = 1; $mypath = './galleri.php'; $password = "airbrush01"; if($_GET["admin"] == $password) $_SESSION["Admin"] = true; function isAdmin() { return isset($_SESSION["Admin"]); } ?> include($path = "gallery/gallery.inc.php"); ?>
