kritbit

kritbit Git Source Tree


Root/web/migrations.php

<?php

foreach (glob("system/vendor/*.php") as $filename)
{
    include $filename;
}

require('system/engine/HF_Core.php');

$core = new HF_Core();
$core->runMigrations();

Archive Download this file

Branches

Number of commits:
Page rendered in 0.05563s using 11 queries.