Moved library files.
This commit is contained in:
parent
a37b863eb7
commit
81134c90e6
@ -73,7 +73,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
include ( 'templates/login.php' );
|
include ( 'lib/php/login.php' );
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case "logout":
|
case "logout":
|
||||||
@ -113,7 +113,7 @@
|
|||||||
db_execute ( $statement );
|
db_execute ( $statement );
|
||||||
$result = $statement->get_result ( );
|
$result = $statement->get_result ( );
|
||||||
$row = $result->fetch_assoc ( );
|
$row = $result->fetch_assoc ( );
|
||||||
include ( 'templates/insert.php' );
|
include ( 'lib/php/insert.php' );
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
16
lib/LICENSE
Normal file
16
lib/LICENSE
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
Copyright © 2019 - Bryan Pedini
|
||||||
|
|
||||||
|
Every file within this folder and it's subfolders is provided
|
||||||
|
with the website for the correct work of the website itself,
|
||||||
|
is provided AS IS, comes with NO WARRANTY of scope or
|
||||||
|
working purposes, and is proprietary software.
|
||||||
|
|
||||||
|
Such this code may not be copied without explicit permission from
|
||||||
|
myself only, this code may not be modified within the website,
|
||||||
|
you may not copy, edit, share, clone or do anything else but
|
||||||
|
use the code as is without explicit permission to do so.
|
||||||
|
|
||||||
|
Such permissions can be requested at copyright@bryanpedini.it
|
||||||
|
No permissions to do anything against this license is given
|
||||||
|
without an explicit and valid motivation to do so, so please
|
||||||
|
don't email me asking to do so or so without providing why.
|
Reference in New Issue
Block a user