Change header to Query
This commit is contained in:
parent
b2ec6823a4
commit
ffb454e95f
@ -1,19 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* OpenSQLManager
|
||||
* Query
|
||||
*
|
||||
* Free Database manager for Open Source Databases
|
||||
* Free Query Builder / Database Abstraction Layer
|
||||
*
|
||||
* @author Timothy J. Warren
|
||||
* @copyright Copyright (c) 2012
|
||||
* @link https://github.com/aviat4ion/OpenSQLManager
|
||||
* @link https://github.com/aviat4ion/Query
|
||||
* @license http://philsturgeon.co.uk/code/dbad-license
|
||||
*/
|
||||
|
||||
// --------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Class for manipulating datbase connections, and program settings
|
||||
* Class for manipulating datbase connections, and miscellaneous settings
|
||||
*
|
||||
* Use JSON for compatibility
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user