aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/renderer_interface.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-12-30 14:41:45 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-05-09 21:57:23 +0200
commite7795fe7ce5205e0e89aad26c45da1e6f78f635d (patch)
tree4b23fbf731689e333f44a29a27fefdbcbd827748 /phpBB/phpbb/textformatter/renderer_interface.php
parent922378179759cd5ff0035cdcb88be7e167239038 (diff)
downloadforums-e7795fe7ce5205e0e89aad26c45da1e6f78f635d.tar
forums-e7795fe7ce5205e0e89aad26c45da1e6f78f635d.tar.gz
forums-e7795fe7ce5205e0e89aad26c45da1e6f78f635d.tar.bz2
forums-e7795fe7ce5205e0e89aad26c45da1e6f78f635d.tar.xz
forums-e7795fe7ce5205e0e89aad26c45da1e6f78f635d.zip
[ticket/14948] Change PHP versions for appveyor
PHPBB3-14948
Diffstat (limited to 'phpBB/phpbb/textformatter/renderer_interface.php')
0 files changed, 0 insertions, 0 deletions
change='this.form.submit();'>
authorPascal Rigaux <pixel@mandriva.com>2004-01-05 15:07:03 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-01-05 15:07:03 +0000
commit3af053ecfc2105a9637a86864012b6a6a1492c75 (patch)
tree962cc1510c92eb8b8682a0036692e5d5ff8c21aa /perl-install/network/adsl.pm
parentcbde3bb17d6727f6c8cdee03f78bf0b784c295b9 (diff)
downloaddrakx-3af053ecfc2105a9637a86864012b6a6a1492c75.tar
drakx-3af053ecfc2105a9637a86864012b6a6a1492c75.tar.gz
drakx-3af053ecfc2105a9637a86864012b6a6a1492c75.tar.bz2
drakx-3af053ecfc2105a9637a86864012b6a6a1492c75.tar.xz
drakx-3af053ecfc2105a9637a86864012b6a6a1492c75.zip
write_conf() doesn't need $prefix anymore
Diffstat (limited to 'perl-install/network/adsl.pm')
-rw-r--r--perl-install/network/adsl.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm
index fa7099afb..a0f273308 100644
--- a/perl-install/network/adsl.pm
+++ b/perl-install/network/adsl.pm
@@ -200,7 +200,7 @@ user "$adsl->{login}"
['ppp-compress-21', 'bsd_comp'],
['ppp-compress-24', 'ppp_deflate'],
['ppp-compress-26', 'ppp_deflate'];
- $::isStandalone and modules::write_conf($prefix);
+ $::isStandalone and modules::write_conf();
$in->do_pkgs->what_provides("speedtouch_mgmt") and $in->do_pkgs->ensure_is_installed('speedtouch_mgmt', '/usr/share/speedtouch/mgmt.o', 'auto');
-e "$prefix/usr/share/speedtouch/mgmt.o" and goto end_firmware;
@@ -252,7 +252,7 @@ lcp-echo-interval 0
modules::add_alias($_->[0], $_->[1]) foreach ['char-major-108', 'ppp_generic'],
['tty-ldisc-14', 'ppp_synctty'],
['tty-ldisc-13', 'n_hdlc'];
- $::isStandalone and modules::write_conf($prefix);
+ $::isStandalone and modules::write_conf();
}
if ($adsl_type eq 'pptp') {