We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42bf330 commit 1440a1eCopy full SHA for 1440a1e
1 file changed
index.php
@@ -1,7 +1,7 @@
1
<?php
2
3
4
-$__version__ = '3.2.3';
+$__version__ = '3.2.4';
5
$__password__ = '123456';
6
$__hostsdeny__ = array(); // $__hostsdeny__ = array('.youtube.com', '.youku.com');
7
$__content_type__ = 'image/gif';
@@ -135,7 +135,7 @@ function post() {
135
if ($password) {
136
if (!isset($kwargs['password']) || $password != $kwargs['password']) {
137
header("HTTP/1.0 403 Forbidden");
138
- echo message_html('403 Forbidden', 'Wrong Password', "please edit proxy.ini");
+ echo message_html('403 Forbidden', 'Wrong Password', "please confirm your password.");
139
exit(-1);
140
}
141
0 commit comments