Skip to content

Gestion accès ( Application web + application BECK DK40 )

License

Notifications You must be signed in to change notification settings

yassinehamouten/Gestion-acces

Repository files navigation

Gestion accès

Gestion accès a été mon projet de fin d'année de BTS.

Application web

L'application web est écrite en PHP avec le framework codeigniter.

Config

URL de l'application

fichier: application/config/config.php

$config['base_url'] = 'http://VOTREURL/gestion_acces/';

Base de données

fichier: application/config/database.php

'dsn' => 'mysql:host=localhost; dbname=gestionacces', 'hostname' => 'mysql:host=localhost', 'username' => '', 'password' => '', 'database' => 'gestionacces'

Plus d'infos

  • Pas de système de cache
  • Penser à changer l'environnement en "production" fichier index.php
  • le site n'est pas complètement sécurisé ( par exemple l'envoie de fichier CSV )
  • Thème utilisé

About

Gestion accès ( Application web + application BECK DK40 )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published