tiny-slitaz rev 20

Tiny edit
author Paul Issott <paul@slitaz.org>
date Sun Feb 19 18:45:16 2017 +0000 (2017-02-19)
parents faf1a7bf7d5b
children 038499e4d7db
files step1.php
line diff
     1.1 --- a/step1.php	Sun Feb 12 12:16:10 2017 +0100
     1.2 +++ b/step1.php	Sun Feb 19 18:45:16 2017 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4  	while (($name = readdir($dir)) !== false) {
     1.5  		if (preg_match('/^tiny_webgen/',$name) == 0) continue;
     1.6  		if ($i++ > 100) {
     1.7 -			echo "<h1>Too may users, retry later</h1>";
     1.8 +			echo "<h1>Too many users, retry later</h1>";
     1.9  			exit;
    1.10  		}
    1.11  		if (filemtime("/tmp/$name") > strtotime("-1 hour")) continue;