Skip to content

Commit 5f2ad02

Browse files
committedMay 30, 2016
Update saya.php
Have had fixed some gramar
1 parent e13c2f4 commit 5f2ad02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎saya.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
if (version_compare(PHP_VERSION, '5.4.0', '<')) {
3-
die('Your php version is to low. This bot required minimum 5.4.0 php version.');
3+
die('You\'re php version is to low. This bot have had required minimum 5.4.0 php version.');
44
}
55

66
chdir(__DIR__);

0 commit comments

Comments
 (0)
Please sign in to comment.