mirror of
https://github.com/unraid/webgui.git
synced 2026-05-03 00:09:27 -05: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