Skip to content

Instantly share code, notes, and snippets.

View leofeyer's full-sized avatar

Leo Feyer leofeyer

View GitHub Profile
@leofeyer
leofeyer / contao-db-update.php
Created August 9, 2012 13:04
Update path in database
<?php
// Database credentials
$strHost = 'localhost';
$strUser = '';
$strPassword = '';
$strDatabase = '';
// From and to path
$strFrom = 'tl_files/';