diff --git a/OLD_REMOVE/calendar.css b/OLD_REMOVE/calendar.css deleted file mode 100644 index 7accf44..0000000 --- a/OLD_REMOVE/calendar.css +++ /dev/null @@ -1,76 +0,0 @@ -body { - font-family: tahoma; - font-size: 11px; -} - -input, select, textarea { - font-family: tahoma; - font-size: 11px; -} - -a, a:hover, a:active, a:visited { - text-decoration: none; - font-family: tahoma; - cursor:pointer; - color: #000000; -} - -#calendar-page { float: left; background-color: #6699CC; font-family: tahoma; font-size: 11px; min-width: 150px; } -#calendar-page select { font-family: tahoma; font-size: 11px; } - -#calendar-header { padding-top: 2px; } -#calendar-header .closeme { padding: 0px 3px 2px 0px; } - -#calendar-body { padding: 2px 3px 3px 3px; } -#calendar-body .general { background-color: #FFFFFF; } -#calendar-body .header { background-color: #6699CC; color: #FFFFFF; } -#calendar-body .othermonth { background-color: #EEEEEE; color: #AAAAAA; } -#calendar-body .othermonth a:link { text-decoration : none; color: #CCFFCC; } -#calendar-body .othermonth a:visited { text-decoration : none; color: #CCFFCC; } -#calendar-body .othermonth a:hover { text-decoration : none; color: #FFFFFF; } -#calendar-body table { font-family: tahoma; font-size: 11px; } -#calendar-body td div { padding: 3px; width: 15px; } -#calendar-body a { display: block; } -#calendar-body a:link { text-decoration : none; color: #000000; } -#calendar-body a:visited { text-decoration : none; color: #000000; } -#calendar-body a:hover { text-decoration : none; color: #FF0000; background-color: #FFFFCC; } -#calendar-body .disabledate { color: #AAAAAA; background: url(images/disable_date_bg.png) no-repeat center center #EEEEEE; } -#calendar-body .today { background-color: #CCFFCC; } -#calendar-body .select { background-color: #FFCC99; border: 1px solid #006600; } -#calendar-body .wk-hdr { font-size: 9px; } -#calendar-body .wk { background-color: #CCCCFF; font-size: 9px; color: #003399; } - -#calendar-body .refresh { color: #FFFFFF; padding: 10px 3px 3px; } -#calendar-body .refresh .txt-container { padding: 25px 10px 10px; height: 50px; } - -#calendar-body .mon {} -#calendar-body .tue {} -#calendar-body .wed {} -#calendar-body .thu {} -#calendar-body .fri {} -#calendar-body .sat { color: #6666CC; } -#calendar-body .sat a:link { color: #6666CC; } -#calendar-body .sun { color: #993300; } -#calendar-body .sun a:link { color: #993300; } - -#calendar-footer { background-color: #CCCCCC; height: 21px; font-size: 9px; } -#calendar-footer .btn a.txt { line-height: 19px; } -#calendar-footer .btn a.txt:link { text-decoration : none; color: #000000; padding: 5px 2px; } -#calendar-footer .btn a.txt:visited { text-decoration : none; color: #000000; } -#calendar-footer .btn a.txt:hover { text-decoration : none; color: #FF0000; } -#calendar-footer .btn>div { padding: 0px 1px; } -#calendar-footer .btn a>img { margin-top: 1px; } - -#calendar-header, #calendar-body, #calendar-footer { padding-left: 1px; padding-right: 1px; } -#calendar-container { } - -.tcday, .tcmonth, .tcyear { font-size: 11px; z-index: 10; } - -.date-tccontainer { border: 1px solid #CCCCCC; background-color: #EFEFEF; padding: 2px; float: left; margin-right: 2px; text-align: center; text-decoration: none; } - -#calendarform { margin: 0px; padding: 0px; } -#calendarform ul { margin: 0px; padding: 0px; list-style: none; } -#calendarform ul li { display: inline; } - -.calendar-border { border: 1px solid #000000; } -.div_calendar { width: 10px; height: 10px; } diff --git a/OLD_REMOVE/chk.php b/OLD_REMOVE/chk.php deleted file mode 100644 index fcce107..0000000 --- a/OLD_REMOVE/chk.php +++ /dev/null @@ -1 +0,0 @@ - diff --git a/OLD_REMOVE/footer_mini.php b/OLD_REMOVE/footer_mini.php deleted file mode 100755 index 2451f8b..0000000 --- a/OLD_REMOVE/footer_mini.php +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - -
   
- - - - diff --git a/OLD_REMOVE/gestfw.php b/OLD_REMOVE/gestfw.php deleted file mode 100644 index 73703cc..0000000 --- a/OLD_REMOVE/gestfw.php +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - diff --git a/OLD_REMOVE/modrule.php b/OLD_REMOVE/modrule.php deleted file mode 100644 index 8936c90..0000000 --- a/OLD_REMOVE/modrule.php +++ /dev/null @@ -1,82 +0,0 @@ -"; - $errore = 1; - $i = $quanti; - } - - if (isset ($_POST[$idrule])) { - if (isset ($_POST[$check])) { - $query[$regole++] = "UPDATE rule SET ipin='".$_POST[$fromip]."', portin=".$_POST[$fromport].", ipout='".$_POST[$toip]."', portout=".$_POST[$toport]." WHERE id =".$_POST[$idrule]; - $update++; - } else { - $query[$regole++] = "DELETE FROM rule WHERE id = ".$_POST[$idrule]; - $delete++; - } - } else { - if (isset ($_POST[$check])) { - $query[$regole++] = "INSERT INTO rule SET iddefrule=$id, ipin='".$_POST[$fromip]."', portin=".$_POST[$fromport].", ipout='".$_POST[$toip]."', portout=".$_POST[$toport]; - $insert++; - } - } -} -?> - - - - - 0) { - $querydefrule = "SELECT attivo FROM defrule WHERE id = $id"; - $res_defrule = mysql_query( $querydefrule, $DB_ID ); - $dato_defrule = mysql_fetch_array ( $res_defrule ); - if ($dato_defrule['attivo']) { - azioni ("defrule", $id, 2); - } - } -?> - - - - - - - - - - - - - - - - - - - - -
Effettuati inserimenti
Effettuate cancellazioni
Effettuati aggiornamenti
L'operazione non puo' essere portatata a termine
Alcune regole non sono valide
- diff --git a/OLD_REMOVE/rule.php b/OLD_REMOVE/rule.php deleted file mode 100755 index 3ee86da..0000000 --- a/OLD_REMOVE/rule.php +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
"?>
Dall'IPDalla portaAll'IPAlla portaAttiva
- - - - - - - - - - - - -
-
- - diff --git a/OLD_REMOVE/top_mini.php b/OLD_REMOVE/top_mini.php deleted file mode 100755 index c746aa2..0000000 --- a/OLD_REMOVE/top_mini.php +++ /dev/null @@ -1,12 +0,0 @@ - - - -SpazioFirewall - - - - - - - -