diff options
author | redmatrix <git@macgirvin.com> | 2016-04-18 20:38:38 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-18 20:38:38 -0700 |
commit | 2a4e8972e0edfa3156d9ce54d68ce0e54c0ec289 (patch) | |
tree | 2376d950ba2bdc7753336a3e2b94865c95c238f2 /mod/nojs.php | |
parent | 2a61817bad96526994c0499f1fc0a843a9cc9405 (diff) | |
download | volse-hubzilla-2a4e8972e0edfa3156d9ce54d68ce0e54c0ec289.tar.gz volse-hubzilla-2a4e8972e0edfa3156d9ce54d68ce0e54c0ec289.tar.bz2 volse-hubzilla-2a4e8972e0edfa3156d9ce54d68ce0e54c0ec289.zip |
module updates
Diffstat (limited to 'mod/nojs.php')
-rw-r--r-- | mod/nojs.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mod/nojs.php b/mod/nojs.php deleted file mode 100644 index c6e04a72b..000000000 --- a/mod/nojs.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -function nojs_init(&$a) { - - setcookie('jsdisabled', 1, 0); - $p = $_GET['query']; - $hasq = strpos($p,'?'); - goaway(z_root() . (($p) ? '/' . $p : '') . (($hasq) ? '' : '?f=' ) . '&jsdisabled=1'); - -}
\ No newline at end of file |