mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-22 00:53:22 -05:00
Removes debugging code.
This commit is contained in:
parent
60a63e360a
commit
ac54744d20
@ -8,11 +8,6 @@ $membership_hours = MEMBERSHIP_HOURS;
|
||||
$membership_days = MEMBERSHIP_DAYS;
|
||||
$purchased_membership_days = PURCHASED_MEMBERSHIP_DAYS;
|
||||
|
||||
require_once(realpath($_SERVER["DOCUMENT_ROOT"]) . '/php-console/src/PhpConsole/__autoload.php');
|
||||
$handler = PhpConsole\Handler::getInstance();
|
||||
$handler->start();
|
||||
|
||||
|
||||
mysql_select_db($database_YBDB, $YBDB);
|
||||
|
||||
|
||||
@ -111,7 +106,6 @@ while ($result = mysql_fetch_assoc($purchased_membership)) {
|
||||
|
||||
?>
|
||||
|
||||
|
||||
<?php include("../include_header_stats.html"); ?>
|
||||
|
||||
<table class="stats">
|
||||
|
Loading…
x
Reference in New Issue
Block a user