Skip to content

Commit

Permalink
OOPS...
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchikikomori committed Mar 11, 2017
1 parent cb88e43 commit d268e44
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 38 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### MyPHP ###
config.php
configs/*.php
bower/
*.db

Expand Down
1 change: 1 addition & 0 deletions classes/Registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public function __construct()
// parent::__construct();

$this->db_connection = Core::connect_database();
// print_r($this->db_connection->debug()->select("user_types", '*')); die(); // DB debug

if (isset($_POST["register"])) {
$this->registerNewUser();
Expand Down
26 changes: 0 additions & 26 deletions configs/database.php

This file was deleted.

12 changes: 0 additions & 12 deletions configs/system.php

This file was deleted.

0 comments on commit d268e44

Please sign in to comment.