mirror of
https://github.com/unraid/webgui.git
synced 2026-01-14 13:39:58 -06:00
@@ -1,8 +1,6 @@
|
||||
<?php
|
||||
// incuded in login.php
|
||||
|
||||
if (!function_exists('_')) exit; // exit on direct calls
|
||||
|
||||
function fileRead($file) {
|
||||
$text = "";
|
||||
if (file_exists($file)) {
|
||||
|
||||
Reference in New Issue
Block a user