X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Furlshortener.php;h=c6cf94fffd3e475e37c883dcd64ea5a9fb96b415;hb=85ea13107dde835b281a021a003b9b338032850d;hp=33b51532c24dd5036ebd508cefbdd407313f01e2;hpb=f9a8c549deebf96792c3ba423e01545dc7caf95b;p=platal.git diff --git a/modules/urlshortener.php b/modules/urlshortener.php index 33b5153..c6cf94f 100644 --- a/modules/urlshortener.php +++ b/modules/urlshortener.php @@ -1,6 +1,6 @@ $this->make_hook('url', AUTH_PUBLIC), - 'admin/url' => $this->make_hook('admin_url', AUTH_MDP, 'admin') + 'admin/url' => $this->make_hook('admin_url', AUTH_PASSWD, 'admin') ); } @@ -89,5 +89,5 @@ class UrlShortenerModule extends PLModule } } -// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: +// vim:set et sw=4 sts=4 sws=4 foldmethod=marker fenc=utf-8: ?>