Factoring code into a single class
This commit is contained in:
parent
bbddcc3231
commit
3898e64c97
4 changed files with 208 additions and 87 deletions
|
|
@ -31,4 +31,6 @@ if (ALLOW_NB_MIN != NB_CHAR)
|
|||
else
|
||||
define("RGXP_NB", NB_CHAR);
|
||||
|
||||
require_once("paste.class.php");
|
||||
|
||||
?>
|
||||
Reference in a new issue