blob: bd2b6d8c7178336903449f1d1ba73f2e54aa682d [file] [log] [blame]
<?php
function getProfiles(){
return unserialize(file_get_contents("profiles.db"));
}
function getComponents(){
return unserialize(file_get_contents("static_components.db"));
}
?>