1
0
mirror of https://github.com/suk-ws/ph-Bookshelf.git synced 2025-01-31 21:13:00 +08:00
ph-Bookshelf/config.php

8 lines
116 B
PHP
Raw Normal View History

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