-change Shows.php to Show.php

This commit is contained in:
martin 2011-09-23 10:56:12 -04:00
parent 9bb901945e
commit 693c72c396
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
set_include_path(__DIR__.'/..' . PATH_SEPARATOR . get_include_path());
set_include_path(__DIR__.'/../../../library' . PATH_SEPARATOR . get_include_path());
require_once __DIR__.'/../Shows.php';
require_once __DIR__.'/../Show.php';
require_once __DIR__.'/../StoredFile.php';
require_once __DIR__.'/../Playlist.php';
require_once __DIR__.'/../Schedule.php';