mirror of
https://github.com/suk-ws/ph-Bookshelf.git
synced 2025-01-31 21:13:00 +08:00
8 lines
116 B
PHP
8 lines
116 B
PHP
|
<?php
|
||
|
|
||
|
ini_set(
|
||
|
'open_basedir',
|
||
|
!($open_basedir = ini_get('open_basedir')) ? "" : "$open_basedir:" .
|
||
|
__DIR__
|
||
|
);
|