* * OpenMediaVault is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. * * OpenMediaVault is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with OpenMediaVault. If not, see <http://www.gnu.org/licenses/>. */ require_once "openmediavault/env.inc"; $prd = new \OMV\ProductInfo(); $title = sprintf("%s - %s", $prd->getName(), gettext("Page not found")); ?> <!DOCTYPE html> <html> <head> <title><?php echo $title; ?> </title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/> <link rel="stylesheet" type="text/css" href="css/omv.css"/> </head> <body class="error-page"> <div class="error-icon"></div>
* * OpenMediaVault is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. * * OpenMediaVault is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with OpenMediaVault. If not, see <http://www.gnu.org/licenses/>. */ require_once "openmediavault/env.inc"; $prd = new \OMV\ProductInfo(); ?> <!DOCTYPE html> <html> <head> <title><?php echo $prd->getName(); ?> </title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/> <link rel="stylesheet" type="text/css" href="css/omv.css"/> </head> <body class="shutdown-page"> <a href='/'><div class="shutdown-icon"></div></a> <a title='<?php