Separated class library and web interface code Added a common config/database config to be referenced by all subprojects Fixed previous commit
7 lines
112 B
PHP
7 lines
112 B
PHP
<?php
|
|
|
|
require_once '../config.php';
|
|
require_once HandBrakeCluster_Lib . 'HandBrakeCluster/Main.class.php';
|
|
|
|
?>
|