1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-14 20:14:05 +02:00

add *real* htpasswd parser. closes #41

This commit is contained in:
Marco Dickert
2017-07-20 14:23:33 +02:00
parent 0304ae6135
commit 993e5e3bbc
5 changed files with 410 additions and 18 deletions

View File

@@ -9,7 +9,7 @@
chdir( realpath( dirname( __FILE__ ) ) );
$IFM_SRC_MAIN = "src/main.php";
$IFM_SRC_PHPFILES = array( "src/ifmzip.php" );
$IFM_SRC_PHPFILES = array( "src/ifmzip.php", "src/htpasswd.php" );
$IFM_SRC_JS = "src/ifm.js";
$IFM_BUILD_STANDALONE = "ifm.php";
@@ -51,8 +51,6 @@ $ifm->run();
/**
* Build compressed standalone script
*/
/*
* file_put_contents( $IFM_BUILD_STANDALONE_COMPRESSED, '<?php eval( gzdecode( file_get_contents( __FILE__, false, null, 85 ) ) ); exit(0); ?>' . gzencode( file_get_contents( "ifm.php", false, null, 5 ) ) );
*/