mirror of
https://github.com/jimeh/zynapse.git
synced 2026-02-19 07:06:39 +00:00
a small number of tweaks
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
$this->environment = "development";
|
||||
|
||||
|
||||
# Default server display mode - Overridden by host
|
||||
# Default output format - Overridden by host
|
||||
# specific configurations.
|
||||
$this->mode = "web";
|
||||
$this->format = "html";
|
||||
|
||||
|
||||
# When enabled, environment and more is set based
|
||||
|
||||
@@ -8,15 +8,15 @@
|
||||
|
||||
|
||||
# host configuration
|
||||
# - set environment, display mode, and root path for
|
||||
# - set environment, default format, and root path for
|
||||
# specific hosts. available options are "environment",
|
||||
# "mode", and "root".
|
||||
# "format", and "root".
|
||||
$hosts = array(
|
||||
// "zynapse" => array(
|
||||
//
|
||||
// ),
|
||||
// "wap.zynapse" => array(
|
||||
// "mode" => "wap",
|
||||
// "iphone.zynapse" => array(
|
||||
// "format" => "iphone",
|
||||
// ),
|
||||
// "admin.zynapse" => array(
|
||||
// "root" => "admin",
|
||||
|
||||
Reference in New Issue
Block a user