From d88922a5d31062196da6e69ab109079cda8867b2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 7 May 2013 10:08:34 +0400 Subject: digest and mobile (old) moved to -contrib repository --- plugins/mobile/init.php | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 plugins/mobile/init.php (limited to 'plugins/mobile/init.php') diff --git a/plugins/mobile/init.php b/plugins/mobile/init.php deleted file mode 100644 index 1a59fe33c..000000000 --- a/plugins/mobile/init.php +++ /dev/null @@ -1,45 +0,0 @@ -host = $host; - - $host->add_handler("mobile", "index", $this); - } - - function index() { - header("Content-type: text/html; charset=utf-8"); - - header("Location: plugins/mobile/index.php"); - } - - /* function get_js() { - return file_get_contents(dirname(__FILE__) . "/digest.js"); - } */ - - function csrf_ignore($method) { - return true; //in_array($method, array("index")); - } - - function before($method) { - return true; - } - - function after() { - - } - - function api_version() { - return 2; - } - -} -?> -- cgit v1.2.3