equal
deleted
inserted
replaced
61 |
61 |
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 |
|
67 // $ROWAMOUNT |
|
68 // Define which rowamount should be used in the listing of records. |
|
69 $ROWAMOUNT = 50; |
66 |
70 |
67 /* DNS Record information */ |
71 /* DNS Record information */ |
68 |
72 |
69 |
73 |
70 // $HOSTMASTER |
74 // $HOSTMASTER |