equal
deleted
inserted
replaced
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 |