mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-07 15:19:31 +00:00
0bc0a09bf4
- application/extensions file system permission now is 775 - application/logs file system permission now is 775 - Added extensions directory in application/: config, controllers, helpers, hooks, libraries, models, views and widgets - Added view views/extensions/manage.php - Added controller controllers/system/extensions/Manager.php - Added library ExtensionsLib to manage extensions - Added model models/system/Extensions_model.php - Moved code related to print out info from MigrationLib to EPrintfLib
20 lines
599 B
HTML
20 lines
599 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
|
|
<html lang="de_AT">
|
|
|
|
<head>
|
|
<title>VileSci</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<link rel="stylesheet" href="../../skin/vilesci.css" type="text/css" />
|
|
</head>
|
|
|
|
<frameset rows="50%,*">
|
|
<frame src="service_uebersicht.php" name="uebersicht_service" frameborder="0" />
|
|
<frame src="service_details.php" name="detail_service" frameborder="0" />
|
|
<noframes>
|
|
<body bgcolor="#FFFFFF">
|
|
This application works only with a frames-enabled browser.<br />
|
|
</body>
|
|
</noframes>
|
|
</frameset>
|
|
|
|
</html> |