Skip to content

Commit 1440a1e

Browse files
authored
Update
1 parent 42bf330 commit 1440a1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33

4-
$__version__ = '3.2.3';
4+
$__version__ = '3.2.4';
55
$__password__ = '123456';
66
$__hostsdeny__ = array(); // $__hostsdeny__ = array('.youtube.com', '.youku.com');
77
$__content_type__ = 'image/gif';
@@ -135,7 +135,7 @@ function post() {
135135
if ($password) {
136136
if (!isset($kwargs['password']) || $password != $kwargs['password']) {
137137
header("HTTP/1.0 403 Forbidden");
138-
echo message_html('403 Forbidden', 'Wrong Password', "please edit proxy.ini");
138+
echo message_html('403 Forbidden', 'Wrong Password', "please confirm your password.");
139139
exit(-1);
140140
}
141141
}

0 commit comments

Comments
 (0)