mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-04-23 03:42:59 +02:00
Removed get_include_contents() from /view/index.php because it was moved to /php/helpers.php
This commit is contained in:
parent
6e5ecb034d
commit
e94711a406
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