Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions sources/Afup/Bootstrap/Cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@
* @group Bootstraps
*/

use Afup\Site\Utils\Logs;

$startMicrotime = microtime(true);

require_once __DIR__ . '/_Common.php';
require_once __DIR__ . '/../../../vendor/autoload.php';

Logs::initialiser($bdd, 0);
64 changes: 0 additions & 64 deletions sources/Afup/Utils/Logs.php

This file was deleted.

2 changes: 0 additions & 2 deletions sources/AppBundle/Controller/LegacyController.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

namespace AppBundle\Controller;

use Afup\Site\Utils\Logs;
use Afup\Site\Utils\Pays;
use Afup\Site\Utils\Utils;
use AppBundle\Association\Model\Repository\CompanyMemberRepository;
Expand Down Expand Up @@ -78,7 +77,6 @@ public function backOffice()
return $this->redirectToRoute('admin_home');
}
// Initialisation de AFUP_Log
Logs::initialiser($bdd, $droits->obtenirIdentifiant());
require_once __DIR__ . '/../../../htdocs/pages/administration/' . $_GET['page'] . '.php';
// On gère des infos popups
if (isset($_SESSION['flash']['message'])) {
Expand Down
Loading