You can get rid of that whole config.php script and the user edit that comes with it.
Find in settings.php
PHP Code:
// ######################## GRAB THE FULL PATH ############################
require_once('./config.php');
replace with
PHP Code:
// ######################## GRAB THE FULL PATH ############################
define('PHOTOPLOG_FWD', dirname(dirname(__FILE__)));