Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
helloxz committed Aug 8, 2021
1 parent 6ca048b commit 7ea4f18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config.simple.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
#默认读取同级目录
$thedir = str_replace('/zdir','',__DIR__);
$thedir = str_replace('\zdir','',__DIR__);
$thedir = str_replace(['/zdir','\zdir'],'',__DIR__);
$siteinfo = array(
"site_name" => "<i class='fa fa-sitemap' aria-hidden='true'></i> Zdir",
"title" => "Zdir 实用的目录列表程序",
Expand Down

0 comments on commit 7ea4f18

Please sign in to comment.