- 14 Apr, 2018 1 commit
-
-
Eric - kg6wxc authored
Removed user-edited files so they do not get overwritten when updating the scripts. The user-edited files are now contained in the user-file.tar.gz archive. Once decompressed they will not be effected by future "git pull" operations. Made changes to how the scripts find the included files, the whole thing can now just live in one directory, allowing for easier future updates. Added http-meshmap.conf file to plug in to apache configs. This allows the <WEBROOT>/meshmap directory to live virtually anywhere on the filesystem. Updated README file to reflect these new instructions.
-
- 10 Apr, 2018 1 commit
-
-
Eric - kg6wxc authored
creation
-
- 08 Apr, 2018 1 commit
-
-
Eric - kg6wxc authored
The array that was fixed for PHP 7.2.3 was not fixed right. This resulted in missing/inaccurate info in the station pop-ups. Part of the array was reinitializing when it should not have, since it was already created at that point. a pretty simple if (is_array()) { ... }else { ... } fixes it.
-
- 07 Apr, 2018 6 commits
-
-
Eric - kg6wxc authored
stuff :) )
-
Eric - kg6wxc authored
Conflicts: scripts/get-map-info.php
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
- 05 Apr, 2018 1 commit
-
-
Eric - kg6wxc authored
-
- 29 Mar, 2018 3 commits
-
-
ride authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
also block access to the scripts directory. working on making the install simpler, clone the directory and go (almost) :)
-
- 28 Mar, 2018 4 commits
-
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
- 26 Mar, 2018 15 commits
-
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
added comment to map_functions.inc
-
Eric - kg6wxc authored
load_LinkerTO blows up in php7 due to the array not being created correctly. php5 just happily fixed it for us and did not complain. The issue is somewhat dealt with, Eric is still working on it. This commit is also a test of the git system. cheers!
-
- 25 Mar, 2018 1 commit
-
-
Eric - kg6wxc authored
-