/Pastebin

Pastebin is a PHP program for storing and sharing text

Primary LanguagePHPGNU Lesser General Public License v2.1LGPL-2.1

Pastebin

Pastebin is a PHP program for storing and sharing text

Nginx Pseudo-static:

location / {
            rewrite ^/(J.*)$ /view.php?pb=$1 last;
        }