Lock.php
[Pman.Core] / Lock.php
index 0e32640..2a5576f 100644 (file)
--- a/Lock.php
+++ b/Lock.php
@@ -1,6 +1,21 @@
 <?php
 
 
+
+/**
+ * 
+ * Locking theory
+ * 
+ * 
+ * This page is locked by XXXXXXX.. 
+ * Do you to prevent them saving and lock it yourself..
+ * 
+ * 
+ * 
+ * 
+ * 
+ */
+
 require_once 'Pman.php';
 
 class Pman_Core_Lock extends Pman