set $text
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
PluginList("help", "Ask for help");
|
||||
if (preg_match("/^".TAG."help$/", $_GET['text'])) {
|
||||
if (preg_match("/^".TAG."help$/", $text)) {
|
||||
$plugin_list = HELP_BEGIN."\n";
|
||||
foreach ($plugins as $value) {
|
||||
$plugin_list .= "\n".$value;
|
||||
|
||||
Reference in New Issue
Block a user