Factoring code into a single class

This commit is contained in:
Némunaire 2012-01-20 17:16:57 +01:00
commit 3898e64c97
4 changed files with 208 additions and 87 deletions

View file

@ -31,4 +31,6 @@ if (ALLOW_NB_MIN != NB_CHAR)
else
define("RGXP_NB", NB_CHAR);
require_once("paste.class.php");
?>