cleaned up formatting and added custom.css
--HG-- branch : rc-botanic-webdevhg/feature/sse2
parent
b596502982
commit
19f7b3ec9c
@ -1,11 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
class Sql{
|
class Sql{
|
||||||
|
|
||||||
public function db_query( $query, $values = array() )
|
public function db_query( $query, $values = array() )
|
||||||
{
|
{
|
||||||
echo "tst";
|
echo "tst";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,17 @@
|
|||||||
|
.login-header
|
||||||
|
{
|
||||||
|
height:190px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.brand img
|
||||||
|
{
|
||||||
|
height:100%;
|
||||||
|
margin-bottom:-18px;
|
||||||
|
margin-top:-15px;
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#for-is-ajax
|
||||||
|
{
|
||||||
|
display:none;
|
||||||
|
}
|
@ -1,12 +1,12 @@
|
|||||||
<?php
|
<?php
|
||||||
function add_user(){
|
function add_user(){
|
||||||
|
|
||||||
// add user locally here
|
// add user locally here
|
||||||
$return = users :: add_user();
|
$return = users :: add_user();
|
||||||
return $return;
|
return $return;
|
||||||
}
|
}
|
||||||
|
|
||||||
function checkUser(){
|
function checkUser(){
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue