Menu="Flash" Title="Syslinux Configuration" --- > Use this page to make changes to your `syslinux.cfg` file. You will > need to reboot your server for these changes to take effect. $file = "/boot/syslinux/syslinux.cfg"; $text = file_get_contents($file); $default_text = @file_get_contents("$file-"); if ($default_text === false) $default_text = $text; ?>