Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add compatibility with previous Dynmap.dll.
Plugins called dynmap-core.php.

Ignore user.php to prevent default reset.
  • Loading branch information
Janus committed Jun 7, 2016
1 parent ba58b93 commit e87f238
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ Network Trash Folder
Temporary Items
.apdisk

config.php
config.php
user.php
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,10 @@ Change 20M by the size you want, ex: 30M or 1G
# Dynmap Configuration

Copy/Paste file template-config.php to config.php.
Edit values in config.php.
Edit values in config.php.

# Authentication

If the file config/user.php, authentication is disable.

To enable, copy/paste config/template-ser.php to config/user.php and make sure `$login`is set to `true` in config/config.php.
File renamed without changes.
3 changes: 3 additions & 0 deletions dynmap-core.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php
include "core.php";
?>

0 comments on commit e87f238

Please sign in to comment.