inc/config-me.inc.php
changeset 76 0748816801b2
parent 75 a53200a76f9d
child 82 c255196bc447
equal deleted inserted replaced
75:a53200a76f9d 76:0748816801b2
    62 // $STYLE
    62 // $STYLE
    63 // Define skin of web frontend. This should be the basename of the CSS file that
    63 // Define skin of web frontend. This should be the basename of the CSS file that
    64 // will be included, it will be used like: "style/$STYLE.css.php".
    64 // will be included, it will be used like: "style/$STYLE.css.php".
    65 $STYLE = "example";
    65 $STYLE = "example";
    66 
    66 
    67 // $rowamount
    67 // $ROWAMOUNT
    68 // Define which rowamount should be used in the listing of records.
    68 // Define which rowamount should be used in the listing of records.
    69 $rowamount = 50;
    69 $ROWAMOUNT = 50;
    70 
    70 
    71 /* DNS Record information */
    71 /* DNS Record information */
    72 
    72 
    73 
    73 
    74 // $HOSTMASTER
    74 // $HOSTMASTER