Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Delete admin_counted file during installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Sep 3, 2016
1 parent a6e2c04 commit ff6b8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/boot.conf/BootConfLoader.php
Expand Up @@ -348,7 +348,7 @@ public function createBootstrapConf($data)
}
$newBootstrap = array("core.conf" => $coreConf, "core.auth" => $coreAuth, "core.cache" => $coreCache);
FileHelper::saveSerialFile($oldBoot, $newBootstrap, true, false, "json", true);

@unlink(AJXP_CACHE_DIR . "/admin_counted");

// Write new bootstrap and reload conf plugin!
$coreConf["UNIQUE_INSTANCE_CONFIG"]["SQL_DRIVER"] = $coreConf["DIBI_PRECONFIGURATION"];
Expand Down

0 comments on commit ff6b8a4

Please sign in to comment.