You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
223 B
PHTML
10 lines
223 B
PHTML
2 years ago
|
<?php
|
||
2 years ago
|
/**
|
||
|
* \file
|
||
|
* Execute all jobs: Fetch Community servers, generate HTML and Community listings.
|
||
|
*/
|
||
2 years ago
|
require_once 'fetch-servers.php';
|
||
|
require_once 'generate-html.php';
|
||
2 years ago
|
require_once 'generate-listings.php';
|
||
2 years ago
|
?>
|