aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/tree/nestedset.php
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2015-12-12 19:32:12 +0700
committerrxu <rxu@mail.ru>2015-12-17 23:18:37 +0700
commit33db45edac0448b56e899103dad4b206344d1735 (patch)
treeaf162919949360a08018e4fab49de2b9ded30d20 /phpBB/phpbb/tree/nestedset.php
parent901785bc5ee46634fcbbb839b95932f13c80253a (diff)
downloadforums-33db45edac0448b56e899103dad4b206344d1735.tar
forums-33db45edac0448b56e899103dad4b206344d1735.tar.gz
forums-33db45edac0448b56e899103dad4b206344d1735.tar.bz2
forums-33db45edac0448b56e899103dad4b206344d1735.tar.xz
forums-33db45edac0448b56e899103dad4b206344d1735.zip
[ticket/14356] Add template events to viewtopic around back2top link
PHPBB3-14356
Diffstat (limited to 'phpBB/phpbb/tree/nestedset.php')
0 files changed, 0 insertions, 0 deletions
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
#!/bin/sh

action() { echo $1; shift; $*; }

export PATH=/bin:/sbin:/usr/bin:/usr/sbin

echo -e "\t\t\tWelcome to Linux \\033[1;36mMandrake\\033[0;39m"

action "Mounting proc filesystem" mount -n -t proc /proc /proc
action "Remounting root filesystem in read-write mode" mount -n -o remount,rw /

>/etc/mtab
mount -f /
mount -f /proc

# Set the hostname.
action "Setting hostname rescue" hostname rescue
echo rescue > /etc/HOSTNAME

load() { modprobe $* 2>/dev/null; }
load ide-mod
load ide-probe
load ide-disk
load ide-cd
load af_packet
load isofs

grep -q oem /proc/cmdline && exec /etc/oem -f

/sbin/ifconfig lo 127.0.0.1 netmask 255.0.0.0
/sbin/route add 127.0.0.1 lo