OSDN Git Service

modified comments
[opengatem/opengatem.git] / phpsrc / showlog.php
index 85dda3e..a151a2a 100644 (file)
@@ -7,6 +7,14 @@
 <h2>Show Log</h2>
 
 <?php
+  /************************************************************/
+  // show the opengatem usage log in the web page.
+  // the query condition is acquired from the html input from.
+  // default is as follows: any user, any device, last 3 days 
+  // database connecttion parameters might be modified.
+  // As this script should be used only by the administrators, 
+  // it should be protected by some access control method.
+  /************************************************************/
 
   // set default values
   $userId=$device='%';