D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
softaculous
/
album
/
Filename :
config.php
back
Copy
<? /**********************************************/ /* Configuration script */ /**********************************************/ /* When installing new instance of phpAlbum , change the filename of this file to config.php and setup the $data_dir to your data directory. It must be writable to your PHP user( wwwrun or something like that) When upgrading you can just leave this file here as is, you most probably have already a config.php which is ok for you. */ $data_dir="[[data_dir]]/"; /* !!strongly recommended to use some other directory (security issues)*/ ?>