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.
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* \file
|
|
|
|
* Execute all jobs: Fetch Community servers, generate HTML and Community listings.
|
|
|
|
*/
|
|
|
|
require_once 'fetch-servers.php';
|
|
|
|
require_once 'generate-html.php';
|
|
|
|
require_once 'generate-listings.php';
|
|
|
|
?>
|