mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
database pages
This commit is contained in:
parent
9dd6022057
commit
2ed6ca4191
18 changed files with 276 additions and 34 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
// Init
|
||||
//error_reporting(NULL);
|
||||
error_reporting(NULL);
|
||||
ob_start();
|
||||
session_start();
|
||||
$TAB = 'DB';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
// Init
|
||||
//error_reporting(NULL);
|
||||
error_reporting(NULL);
|
||||
ob_start();
|
||||
session_start();
|
||||
$TAB = 'USER';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue