1
0
mirror of https://github.com/suk-ws/ph-Bookshelf.git synced 2025-01-19 07:22:26 +08:00
ph-Bookshelf/config.php

8 lines
116 B
PHP

<?php
ini_set(
'open_basedir',
!($open_basedir = ini_get('open_basedir')) ? "" : "$open_basedir:" .
__DIR__
);