diff options
| author | root | 2014-02-27 19:01:01 +0100 |
|---|---|---|
| committer | root | 2014-02-27 19:01:01 +0100 |
| commit | f474a90f1d1cf847d4798719916232136297538f (patch) | |
| tree | 2fb8bda78c9c42358dde211389f9794a65f3157b | |
| parent | 17ed2c68a4b019aa8640682f55dc1430a862ccb1 (diff) | |
| download | random-f474a90f1d1cf847d4798719916232136297538f.tar.gz | |
Everything works.
| -rw-r--r-- | www/puush.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/puush.php b/www/puush.php index 069750e..6f754a3 100644 --- a/www/puush.php +++ b/www/puush.php @@ -40,7 +40,7 @@ function get_image($count){ exit; } } - + return $count; } $count = get_image($count); |
