Skip to content

Commit

Permalink
fixing warning suppressing in challenges
Browse files Browse the repository at this point in the history
  • Loading branch information
Audi-1 committed Oct 4, 2014
1 parent 499b98e commit 97ab94b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions Less-54/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
//including the Mysql connect parameters.
include '../sql-connections/sql-connect-1.php';
include '../sql-connections/functions.php';
error_reporting(0);
$pag = $_SERVER['PHP_SELF']; //generating page address to piggy back after redirects...
$characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; //characterset for generating random data
$times= 10;
Expand Down
1 change: 1 addition & 0 deletions Less-55/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
//including the Mysql connect parameters.
include '../sql-connections/sql-connect-1.php';
include '../sql-connections/functions.php';
error_reporting(0);
$pag = $_SERVER['PHP_SELF']; //generating page address to piggy back after redirects...
$characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; //characterset for generating random data
$times= 14;
Expand Down
1 change: 1 addition & 0 deletions Less-56/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
//including the Mysql connect parameters.
include '../sql-connections/sql-connect-1.php';
include '../sql-connections/functions.php';
error_reporting(0);
$pag = $_SERVER['PHP_SELF']; //generating page address to piggy back after redirects...
$characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; //characterset for generating random data
$times= 14;
Expand Down
1 change: 1 addition & 0 deletions Less-57/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
//including the Mysql connect parameters.
include '../sql-connections/sql-connect-1.php';
include '../sql-connections/functions.php';
error_reporting(0);
$pag = $_SERVER['PHP_SELF']; //generating page address to piggy back after redirects...
$characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; //characterset for generating random data
$times= 14;
Expand Down
1 change: 1 addition & 0 deletions Less-58/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
//including the Mysql connect parameters.
include '../sql-connections/sql-connect-1.php';
include '../sql-connections/functions.php';
error_reporting(0);
$pag = $_SERVER['PHP_SELF']; //generating page address to piggy back after redirects...
$characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; //characterset for generating random data
$times= 5;
Expand Down
1 change: 1 addition & 0 deletions Less-59/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
//including the Mysql connect parameters.
include '../sql-connections/sql-connect-1.php';
include '../sql-connections/functions.php';
error_reporting(0);
$pag = $_SERVER['PHP_SELF']; //generating page address to piggy back after redirects...
$characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; //characterset for generating random data
$times= 5;
Expand Down
1 change: 1 addition & 0 deletions Less-60/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
//including the Mysql connect parameters.
include '../sql-connections/sql-connect-1.php';
include '../sql-connections/functions.php';
error_reporting(0);
$pag = $_SERVER['PHP_SELF']; //generating page address to piggy back after redirects...
$characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; //characterset for generating random data
$times= 5;
Expand Down
1 change: 1 addition & 0 deletions Less-61/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
//including the Mysql connect parameters.
include '../sql-connections/sql-connect-1.php';
include '../sql-connections/functions.php';
error_reporting(0);
$pag = $_SERVER['PHP_SELF']; //generating page address to piggy back after redirects...
$characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; //characterset for generating random data
$times= 5;
Expand Down
1 change: 1 addition & 0 deletions Less-62/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
//including the Mysql connect parameters.
include '../sql-connections/sql-connect-1.php';
include '../sql-connections/functions.php';
error_reporting(0);
$pag = $_SERVER['PHP_SELF']; //generating page address to piggy back after redirects...
$characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; //characterset for generating random data
$times= 130;
Expand Down
1 change: 1 addition & 0 deletions Less-63/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
//including the Mysql connect parameters.
include '../sql-connections/sql-connect-1.php';
include '../sql-connections/functions.php';
error_reporting(0);
$pag = $_SERVER['PHP_SELF']; //generating page address to piggy back after redirects...
$characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; //characterset for generating random data
$times= 130;
Expand Down
1 change: 1 addition & 0 deletions Less-64/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
//including the Mysql connect parameters.
include '../sql-connections/sql-connect-1.php';
include '../sql-connections/functions.php';
error_reporting(0);
$pag = $_SERVER['PHP_SELF']; //generating page address to piggy back after redirects...
$characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; //characterset for generating random data
$times= 130;
Expand Down
1 change: 1 addition & 0 deletions Less-65/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
//including the Mysql connect parameters.
include '../sql-connections/sql-connect-1.php';
include '../sql-connections/functions.php';
error_reporting(0);
$pag = $_SERVER['PHP_SELF']; //generating page address to piggy back after redirects...
$characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; //characterset for generating random data
$times= 130;
Expand Down

0 comments on commit 97ab94b

Please sign in to comment.