Publish: 2020-04-05 | Modify: 2020-04-06
Zdir is a directory listing program developed using PHP. It does not require a database and is easy to install and use. The updates in version 1.3 are as follows.
Fixed the issue of Chinese characters not displaying correctly on Windows:
In previous versions, Zdir could only display Chinese characters correctly on Linux systems. This update resolves the issue of Chinese characters not displaying correctly on Windows. Feel free to test it.
Added display of usage instructions:
Zdir will automatically read the README.md
file in the current directory and display it at the top for easier viewing of the usage instructions, as shown in the following image. (Note: The instruction file must be named README.md
in strict accordance with the case sensitivity, otherwise it will not be displayed.)
Other optimizations
In this update, the versions of tinyfilemanager and parsedown have been updated, and some other minor optimizations have been made. For example, some text buttons have been replaced with icon buttons. You can download and experience more details yourself.
Some changes
In this upgrade, the username for the file manager has been changed from admin
to zdir
. Please pay attention when logging in.
config.php
file and add a site_name
element to the array, as shown below:$siteinfo = array(
"site_name" => "<i class='fa fa-sitemap' aria-hidden='true'></i> Zdir",
"title" => "Zdir Practical Directory Listing Program",
"keywords" => "zdir, h5ai, Directory Lister, Fdscript, directory listing, directory index",
"description" => "Zdir is a directory listing program developed using PHP, simple and practical, and free and open source."
);
The value of site_name
parameter is the name of the website displayed in the top left corner. Please modify it according to your own situation.
Scan the QR code below. Donating more than 30 yuan
will give you access to the donor version, which includes first-time technical support and removal of advertisements. After donating, please contact me on QQ: 337003006 to get access.
I come from China and I am a freelancer. I specialize in Linux operations, PHP, Golang, and front-end development. I have developed open-source projects such as Zdir, ImgURL, CCAA, and OneNav.