summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2017-11-26 13:21:28 +0100
committersteckbrief <steckbrief@chefmail.de>2017-11-26 13:21:28 +0100
commit66fa1ca8e3ae25af82fb43fb9f79342fc3f65787 (patch)
tree2d24e12beda1a9cef4d0c66399877b3069288da7 /index.php
parentd6dfb30a86deb8278732904cee0b05a9cfa230e2 (diff)
fixed some bugs in create story workflow, gitignore added
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>