Lock.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 09:14:20 +0000 (17:14 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 09:14:20 +0000 (17:14 +0800)
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