Merge branch 'next' into prod
This commit is contained in:
commit
85b26e6619
|
@ -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;
|
||||
}
|
||||
?>
|
Loading…
Reference in New Issue