53063593e3
Final
6 lines
69 B
PHP
6 lines
69 B
PHP
<?php
|
|
$gn = getnext();
|
|
|
|
if ($finished == 1 or $gn == 1) exit;
|
|
?>
|