mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Minimum viable rewrite of File Inspector frontend
This commit is contained in:
@@ -62,7 +62,7 @@ class e_file_inspector_sqlphar extends e_file_inspector
|
||||
*/
|
||||
public function getChecksums($path)
|
||||
{
|
||||
$path = $this->pathToDefaultPath($path);
|
||||
$path = $this->customPathToDefaultPath($path);
|
||||
$statement = $this->coreImage->prepare("
|
||||
SELECT versions.version_string, file_hashes.hash
|
||||
FROM file_hashes
|
||||
|
Reference in New Issue
Block a user