<?php

// this file must be edited before use!



////////////////////// section to edit

	// edit ftp user/host data here:
	
	
	// edit ftp user/host data here:
	//$ftp_server = "ftp.myhost.de";
	//$ftp_user_name = "me";
	//$ftp_user_pass = "hello";

	
	require_once('/home/content/s/d/s/sdskiles/html/gallery/include/init.inc.php');
	$ftp_server = $SLCONFIG['ftp.thesimplyraw.com'];
	$ftp_user_name = $SLCONFIG['sdskiles'];
	$ftp_user_pass = $SLCONFIG['S!ckn355'];
	$ftppath_to_cpg = "html/gallery/";
	

	/*
	require_once('/home/www/web294/files/inc/schwarzburgland.init.php');
	//require_once('c:/webserver/files/inc/schwarzburgland.init.php');
	$ftp_server = $SLCONFIG['ftp_server'];
	$ftp_user_name = $SLCONFIG['ftp_user_name'];
	$ftp_user_pass = $SLCONFIG['ftp_user_pass'];
	$ftppath_to_cpg = "html/images2/";
	*/
	
	// this is the path to your cpg dir starting from your home page root (what the ftp sees by default) :
	

	
	
	

////////////////////// end section to edit