From 68271f4de92cce6578ed451b9fc35bbcf069aae2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 18 Nov 2010 17:44:39 +0800 Subject: [PATCH] Lock.php --- Lock.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Lock.php b/Lock.php index a9af94d8..207adbdf 100644 --- a/Lock.php +++ b/Lock.php @@ -48,6 +48,11 @@ class Pman_Core_Lock extends Pman return true; } + function get() + { + // should we allow url links to lock things??? + } + function post($action) { -- 2.39.2