When I use Notepad++, my script is following:
Code: Select all
<?php
$site_id = '1';
$root_dir = '/home/xxx.com/xxx.com//';
?>
Code: Select all
<?php
$site_id = '1';
$root_dir = '/home/xxx.com/xxx.com/';
?>
Please tell me there is any configuration to fix it?
Thanks,