Browse code

reductant files

Jimako authored on 2024/04/14 11:39:13
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,18 +0,0 @@
1
-<?php
2
-/*
3
-This file will be called by admin/modules.php and update.php to determine if 
4
-the module version in the database is the current version of the module.  
5
-The version number in this file will be the current version.
6
-*/
7
-
8
-if(!defined("_CHARSET")) exit( );
9
-
10
-$moduleVersion = "1.3";
11
-$moduleName = "Story End";
12
-
13
-$moduleDescription = "This module adds information to the end of the story. It will display either \"The End.\" or \"The End...Maybe?\" depending on whether or not the story is marked as complete. Beneath that it will also display information about the number of other stories the author has written and the number of people who have this story as one of their favorites. It also links to a list of stories those people also liked.  If the story is part of a series, that information will also be displayed along with links to the previous and next stories in the series.";
14
-$moduleAuthor = "Tammy Keefer";
15
-$moduleAuthorEmail = "efiction@hugosnebula.com";
16
-$moduleWebsite = "http://efiction.hugosnebula.com";
17
-
18
-?>
19 0
\ No newline at end of file
Browse code

backup

Jimako authored on 2024/04/13 04:14:24
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,18 @@
1
+<?php
2
+/*
3
+This file will be called by admin/modules.php and update.php to determine if 
4
+the module version in the database is the current version of the module.  
5
+The version number in this file will be the current version.
6
+*/
7
+
8
+if(!defined("_CHARSET")) exit( );
9
+
10
+$moduleVersion = "1.3";
11
+$moduleName = "Story End";
12
+
13
+$moduleDescription = "This module adds information to the end of the story. It will display either \"The End.\" or \"The End...Maybe?\" depending on whether or not the story is marked as complete. Beneath that it will also display information about the number of other stories the author has written and the number of people who have this story as one of their favorites. It also links to a list of stories those people also liked.  If the story is part of a series, that information will also be displayed along with links to the previous and next stories in the series.";
14
+$moduleAuthor = "Tammy Keefer";
15
+$moduleAuthorEmail = "efiction@hugosnebula.com";
16
+$moduleWebsite = "http://efiction.hugosnebula.com";
17
+
18
+?>
0 19
\ No newline at end of file