Skip to content

Commit e767ca2

Browse files
committed
integrate with plugin-bundle package
1 parent 96fc5cc commit e767ca2

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"keywords": ["php proxy application", "php proxy web", "proxy script", "php web proxy", "web proxy"],
77
"homepage": "https://www.php-proxy.com/",
88
"require": {
9-
"athlon1600/php-proxy": "dev-master"
9+
"athlon1600/php-proxy": "dev-master",
10+
"athlon1600/php-proxy-plugin-bundle": "dev-master"
1011
},
1112
"scripts": {
1213
"post-create-project-cmd": [

config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
// additional curl options to go with each request
4040
$config['curl'] = array(
41-
// CURLOPT_INTERFACE => '123.123.123.13',
41+
// CURLOPT_PROXY => '',
4242
// CURLOPT_CONNECTTIMEOUT => 5
4343
);
4444

templates/url_form.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
background: none repeat scroll 0% 0% #FFF;
3737
}
3838

39-
40-
4139
</style>
4240

4341
<script src="//www.php-proxy.com/assets/url_form.js"></script>

0 commit comments

Comments
 (0)