This repository has been archived on 2024-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/mod/nojs.php

9 lines
134 B
PHP

<?php
function nojs_init(&$a) {
setcookie('jsdisabled', 1, 0);
$p = $_GET['query'];
goaway(z_root() . (($p) ? '/' . $p : ''));
}