From ece77d20f221667383221791e8173ea794d01676 Mon Sep 17 00:00:00 2001 From: Repellent Date: Tue, 11 Oct 2016 22:56:00 +0300 Subject: [PATCH] Upload new file --- editcaptcha/res.php | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 editcaptcha/res.php diff --git a/editcaptcha/res.php b/editcaptcha/res.php new file mode 100644 index 0000000..9d5d2bd --- /dev/null +++ b/editcaptcha/res.php @@ -0,0 +1,43 @@ +'; +chmod(BASE_DIR . "/lib/kcaptcha/kcaptcha_config.php", 0755); +$fp = fopen(BASE_DIR . "/lib/kcaptcha/kcaptcha_config.php", "w"); +fwrite($fp, $text); +fclose($fp); +?> \ No newline at end of file