Browse code

3.5.6 efiction version

Jimako authored on 2024/03/09 16:09:42
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,13 @@
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.4";
11
+$moduleName = "Challenges";
12
+
13
+?>
0 14
\ No newline at end of file