Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mesh
meshmap
Commits
50375aca
Commit
50375aca
authored
Mar 28, 2018
by
Eric - kg6wxc
Browse files
really testing new domain name, added some new comments in map_display
parent
94f81ac2
Changes
2
Hide whitespace changes
Inline
Side-by-side
scripts/get-map-info.php
View file @
50375aca
...
...
@@ -33,7 +33,7 @@
* OTHER NOTES HERE
******/
$INCLUDE_DIR
=
"/
home/kg6wxc/M
esh
M
ap"
;
$INCLUDE_DIR
=
"/
srv/m
esh
m
ap"
;
//our user-settings file. (ALWAYS REQUIRED!, change path if you moved it!)
$USER_SETTINGS
=
parse_ini_file
(
$INCLUDE_DIR
.
"/scripts/user-settings.ini"
);
...
...
@@ -44,7 +44,7 @@ require $INCLUDE_DIR . "/scripts/wxc_functions.inc";
//output only to console, nothing saved. (great to just see what it does)
$TEST_MODE_NO_SQL
=
0
;
//output to console, but *with* calls to the database. (see what it's doing while saving data)
$TEST_MODE_WITH_SQL
=
0
;
$TEST_MODE_WITH_SQL
=
1
;
//are we in either test mode?
if
(
$TEST_MODE_NO_SQL
)
{
...
...
webpage/map_display.php
View file @
50375aca
...
...
@@ -21,6 +21,14 @@
**************************************************************************/
/* Current version notes
*
* March 2018
* wow, it's been that long huh?
* now using git repo at https://mapping.kg6wxc.net/git/meshmap
* fixed issues with running the webpage on PHP 7.2.3, it should be good now.
* tested on PHP 5.6.30 7.0.27-0+deb9u1 and 7.2.3
* had to create an array properly and not let PHP fix my mistakes for me. :)
* more to come!
*
* June 2017
* -----------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment