diff --git a/README.md b/README.md index 4712458..e919d95 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# base -Base for a new from scratch website +# Web Project for Chung-Ang University web courses + diff --git a/base.sql b/base.sql deleted file mode 100644 index ce1230e..0000000 --- a/base.sql +++ /dev/null @@ -1,59 +0,0 @@ --- phpMyAdmin SQL Dump --- version 4.6.4 --- https://www.phpmyadmin.net/ --- --- Client : 127.0.0.1 --- Généré le : Lun 17 Avril 2017 à 21:00 --- Version du serveur : 5.7.14 --- Version de PHP : 7.0.10 - -SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; -SET time_zone = "+00:00"; - - -/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; -/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; -/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; -/*!40101 SET NAMES utf8mb4 */; - --- --- Base de données : `base` --- - --- -------------------------------------------------------- - --- --- Structure de la table `logs` --- - -CREATE TABLE `logs` ( - `id` int(10) NOT NULL, - `level` smallint(5) NOT NULL, - `message` varchar(2000) COLLATE utf8_unicode_ci NOT NULL, - `file` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `line` varchar(6) COLLATE utf8_unicode_ci NOT NULL, - `date` datetime NOT NULL -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Index pour les tables exportées --- - --- --- Index pour la table `logs` --- -ALTER TABLE `logs` - ADD PRIMARY KEY (`id`); - --- --- AUTO_INCREMENT pour les tables exportées --- - --- --- AUTO_INCREMENT pour la table `logs` --- -ALTER TABLE `logs` - MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; -/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; -/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; diff --git a/index.php b/index.php index f5915ca..276b89f 100644 --- a/index.php +++ b/index.php @@ -1,18 +1,18 @@ - - + + diff --git a/src/View/Site/tpl/head.php b/src/View/Site/tpl/head.php index ae20ed6..9ae64b2 100644 --- a/src/View/Site/tpl/head.php +++ b/src/View/Site/tpl/head.php @@ -18,17 +18,17 @@ - + - + - - + +