#!/bin/sh if [ -z "$1" ]; then echo "no service specified" >&2 exit 1 elif [ -x "/etc/rc.d/init.d/$1" ]; then "/etc/rc.d/init.d/$1" $* else echo "$1: unrecognized service" >&2 exit 1 fi ='Atom feed' href='https://gitweb.mageia.org/web/forums/atom/phpBB/phpbb/exception/http_exception.php?h=master' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/exception/http_exception.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-04-29 08:35:30 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-04-29 08:35:30 +0200
commit055d7658db7817b80d00b27d6e99cad961d0ee15 (patch)
treeaa34996f9d7248e7c58d64361329685a64b21d91 /phpBB/phpbb/exception/http_exception.php
parentbd2ddc1d2ec3e94a13e397198a8406d81481e9f2 (diff)
parent2575b499a38ccf2480d5da9d5c566f47a9e2d824 (diff)
downloadforums-055d7658db7817b80d00b27d6e99cad961d0ee15.tar
forums-055d7658db7817b80d00b27d6e99cad961d0ee15.tar.gz
forums-055d7658db7817b80d00b27d6e99cad961d0ee15.tar.bz2
forums-055d7658db7817b80d00b27d6e99cad961d0ee15.tar.xz
forums-055d7658db7817b80d00b27d6e99cad961d0ee15.zip
Merge branch 'prep-release-3.2.6' into 3.2.x
Diffstat (limited to 'phpBB/phpbb/exception/http_exception.php')
0 files changed, 0 insertions, 0 deletions