mirror of https://github.com/BOINC/boinc.git
10 lines
123 B
PHP
10 lines
123 B
PHP
|
<?php
|
||
|
|
||
|
require_once('../html/inc/countries.inc');
|
||
|
|
||
|
foreach ($countries as $x=>$country) {
|
||
|
echo "$country<br>\n";
|
||
|
}
|
||
|
|
||
|
?>
|