Merge branch 'next' into prod

This commit is contained in:
Robbie Antenesse 2016-03-17 12:39:47 -06:00
commit 85b26e6619
1 changed files with 0 additions and 11 deletions

View File

@ -162,14 +162,3 @@ catch (PDOException $ex) {}
</script>
</body>
</html>
<?php
function get_include_contents($filename) {
if (is_file($filename)) {
ob_start();
include $filename;
return ob_get_clean();
}
return false;
}
?>