mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +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
21 lines
679 B
PHP
21 lines
679 B
PHP
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
|
|
<html lang="de_AT">
|
|
|
|
<head>
|
|
<title>Outgoing</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<link rel="stylesheet" href="../../skin/fhcomplete.css" type="text/css" />
|
|
<link rel="stylesheet" href="../../skin/vilesci.css" type="text/css" />
|
|
</head>
|
|
|
|
<frameset rows="250,*">
|
|
<frame src="outgoing_uebersicht.php" name="outgoing_uebersicht" frameborder="0" />
|
|
<frame src="outgoing_detail.php" name="outgoing_detail" frameborder="0" />
|
|
<noframes>
|
|
<body bgcolor="#FFFFFF">
|
|
This application works only with a frames-enabled browser.<br />
|
|
</body>
|
|
</noframes>
|
|
</frameset>
|
|
|
|
</html> |