X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fpoison.php;h=27dae4ca9e04d318fc7642c5fb152323b2c19185;hb=80ea68bd56df9e85011b4783dbf5aa62fd293795;hp=30fe0823bae12a0bdce72f04819dc0a8fc3fcabb;hpb=12262f1306059765d8625a6752364679c8625d31;p=platal.git diff --git a/modules/poison.php b/modules/poison.php index 30fe082..27dae4c 100644 --- a/modules/poison.php +++ b/modules/poison.php @@ -33,7 +33,7 @@ class PoisonModule extends PLModule ); } - function handler_poison(&$page, $seed = null, $count = 20) + function handler_poison($page, $seed = null, $count = 20) { $this->load('poison.inc.php'); if ($seed == null) { @@ -47,7 +47,7 @@ class PoisonModule extends PLModule exit; } - function handler_tags(&$page, $seed = null, $count = 20) + function handler_tags($page, $seed = null, $count = 20) { global $globals; @@ -64,7 +64,7 @@ class PoisonModule extends PLModule exit; } - function handler_mailto(&$page, $seed = null, $count = 20) + function handler_mailto($page, $seed = null, $count = 20) { global $globals; @@ -82,7 +82,7 @@ class PoisonModule extends PLModule exit; } - function handler_rand(&$page) { + function handler_rand($page) { $this->load('poison.inc.php'); randomize_poison_file(); exit;