Separated class library and web interface code Added a common config/database config to be referenced by all subprojects Fixed previous commit
9 lines
164 B
PHP
9 lines
164 B
PHP
<?php
|
|
|
|
$main = HandBrakeCluster_Main::instance();
|
|
$req = $main->request();
|
|
|
|
$this->smarty->assign('requested_page', htmlspecialchars($req->request_string()));
|
|
|
|
|
|
?>
|