Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Update map-config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
XSmeets committed Jun 2, 2014
1 parent b6c4c52 commit 84f80cb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dashboard-dynmap/map-config.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<?php
/**
* This file could be used to catch submitted form data. When using a non-configuration
* view to save form data, remember to use some kind of identifying field in your form.
*/
$number = stripslashes($_POST['number']);
self::update_dashboard_widget_options(
self::wid, //The widget id
Expand All @@ -15,3 +11,6 @@
<p>This is an example dashboard widget!</p>
<p>This is the configuration part of the widget, and can be found and edited from <tt><?php echo __FILE__ ?></tt></p>
<input type="text" name="number" />
/**
* Changed by Xander Smeets at 2-6-2014
*/

0 comments on commit 84f80cb

Please sign in to comment.