diff -r 7be4525290cc -r 2ff220cfde13 inc/config-me.inc.php --- a/inc/config-me.inc.php Sun Apr 22 16:27:45 2007 +0000 +++ b/inc/config-me.inc.php Mon Jun 04 18:43:11 2007 +0000 @@ -26,7 +26,6 @@ /* URI Configuration */ - // $BASE_URL // This will be the main URI you will use to connect to PowerAdmin. // For instance: "http://poweradmin.sjeemz.nl" @@ -37,6 +36,14 @@ // For instance: "/admin/" $BASE_PATH = "/admin/"; +// $LANG +// Which language should be used for the web interface? +$LANG = "en_EN"; + +// $STYLE +// Define skin of web frontend. This should be the basename of the CSS file that +// will be included, it will be used like: "style/$STYLE.css.php". +$STYLE = "example"; /* DNS Record information */ @@ -88,13 +95,6 @@ // Enable fancy records or not (http://doc.powerdns.com/fancy-records.html)? true/false $FANCY_RECORDS = true; -// Master or slave functionality. Set this to either true or false. -// This field indicates if you are running in a MASTER/SLAVE setup or in a NATIVE setup. -// By toggling this function you will get some more selection features. -// Default is false. -// Use these features with care, they havent been tested much yet. -$MASTER_SLAVE_FUNCTIONS = false; - /* ------------------------------------------ */ /* No need to make changes below this line... */