Merged changes
This commit is contained in:
commit
b2d81f370a
|
@ -1,5 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
$filepath = realpath (dirname(__FILE__));
|
||||||
|
require_once($filepath."/../modules/rest/controllers/MediaController.php");
|
||||||
|
|
||||||
class ScheduleController extends Zend_Controller_Action
|
class ScheduleController extends Zend_Controller_Action
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue