mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-04-29 14:53:16 +02:00
Merge branch 'next' into prod
This commit is contained in:
commit
85b26e6619
1 changed files with 0 additions and 11 deletions
|
@ -162,14 +162,3 @@ catch (PDOException $ex) {}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php
|
|
||||||
|
|
||||||
function get_include_contents($filename) {
|
|
||||||
if (is_file($filename)) {
|
|
||||||
ob_start();
|
|
||||||
include $filename;
|
|
||||||
return ob_get_clean();
|
|
||||||
}
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
?>
|
|
Loading…
Add table
Reference in a new issue