Przeglądaj źródła

Update exec.php

Nate 6 lat temu
rodzic
commit
592634fb12
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      exec.php

+ 1 - 1
exec.php

@@ -220,7 +220,7 @@
 
 
 <?php
 <?php
 
 
-//gnerate the captcha image
+//generate the captcha image
 	$_SESSION['captcha'] = generate_password(7, 2);
 	$_SESSION['captcha'] = generate_password(7, 2);
 	$captcha = new captcha;
 	$captcha = new captcha;
 	$captcha->code = $_SESSION['captcha'];
 	$captcha->code = $_SESSION['captcha'];