Files
handbrake-cluster-webui/webui/pages/errors/404.php
Ben Roberts 89ddcba363 Renamed the codebase to RippingCluster
Since the new design is engine agnostic, removed HandBrake from the
class names.
2010-08-25 21:46:50 +01:00

9 lines
162 B
PHP

<?php
$main = RippingCluster_Main::instance();
$req = $main->request();
$this->smarty->assign('requested_page', htmlspecialchars($req->request_string()));
?>