6 lines
103 B
Plaintext
6 lines
103 B
Plaintext
|
<?php
|
||
|
|
||
|
const DEFAULT_NS = 'ns2.24unix.net';
|
||
|
|
||
|
const NAMESERVERS = ['ns1.24unix.net', 'ns2.24unix.net'];
|