aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/install_update_diff.html
diff options
context:
space:
mode:
authorkasimi <mail@kasimi.net>2017-04-28 16:32:11 +0200
committerkasimi <mail@kasimi.net>2017-04-28 16:32:11 +0200
commite6b7defd3818771d27ab2b3aa0e7d9a8448fc4e7 (patch)
treef80559ad900ba49ce24d61a1ac650543b2a49191 /phpBB/adm/style/install_update_diff.html
parent725498075396461f393cd05eb710f7847683c6b9 (diff)
downloadforums-e6b7def.tar
forums-e6b7def.tar.gz
forums-e6b7def.tar.bz2
forums-e6b7def.tar.xz
forums-e6b7def.zip
[ticket/15187] Add paths of newly enabled extensions to template
When enabling an extension its paths aren't added immediately to the template which results in ACP events not being registered in the compiled template files. PHPBB3-15187
Diffstat (limited to 'phpBB/adm/style/install_update_diff.html')
0 files changed, 0 insertions, 0 deletions
' onchange='this.form.submit();'>space:mode:
authordamien <damien@mandriva.com>2002-03-08 18:24:36 +0000
committerdamien <damien@mandriva.com>2002-03-08 18:24:36 +0000
commitbf324aa6febe3b24aedab1766fda496752ac83e0 (patch)
treeef1500532db09f28c1648fd28ca9aff6ae6772c5 /perl-install/standalone
parent0710eb014c0c0b91e7f6e54e0afba7befb022743 (diff)
downloaddrakx-bf324aa6febe3b24aedab1766fda496752ac83e0.tar
drakx-bf324aa6febe3b24aedab1766fda496752ac83e0.tar.gz
drakx-bf324aa6febe3b24aedab1766fda496752ac83e0.tar.bz2
drakx-bf324aa6febe3b24aedab1766fda496752ac83e0.tar.xz
drakx-bf324aa6febe3b24aedab1766fda496752ac83e0.zip
drakproxy rewritten
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/drakproxy6
1 files changed, 4 insertions, 2 deletions
diff --git a/perl-install/standalone/drakproxy b/perl-install/standalone/drakproxy
index d24017fb8..07f624bbe 100755
--- a/perl-install/standalone/drakproxy
+++ b/perl-install/standalone/drakproxy
@@ -24,9 +24,11 @@ use standalone; #- warning, standalone must be loaded very first, for 'expla
use interactive;
use network::network;
+$::o->{miscellaneous} ||= {};
+$::o->{miscellaneous} = { getVarsFromSh('/etc/profile.d/proxy.sh') };
+$::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/;
my $in = 'interactive'->vnew('su', 'network');
-
-network::network::miscellaneousNetwork($in, 1);
+network::network::miscellaneousNetwork($in, 1, 1);
any::miscellaneousNetwork('');
$in->exit(0);