summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index d4dff95..e8b6d5f 100644
--- a/index.php
+++ b/index.php
@@ -1,8 +1,8 @@
<?php
-require_once(__DIR__.DIRECTORY_SEPARATOR.'lib'.DIRECTORY_SEPARATOR.'functions.stories.php');
+require_once(__DIR__.DIRECTORY_SEPARATOR.'lib'.DIRECTORY_SEPARATOR.'functions.stories.inc.php');
-$tvSeriesDir = ".";
+$tvSeriesDir = __DIR__.DIRECTORY_SEPARATOR.'stories';
$tvSeriesDirContent = array_diff(scandir($tvSeriesDir), array('..', '.'));
@@ -111,4 +111,4 @@ $currentTvSeriesName = visibleName($currentTvSeries);
?>
</div>
</body>
-</html> \ No newline at end of file
+</html>