diff -c snort-acid-orig/acid_db.inc snort-acid/acid_db.inc
*** snort-acid-orig/acid_db.inc Thu Jan 9 10:04:07 2003
--- snort-acid/acid_db.inc Wed Sep 26 23:58:34 2007
***************
*** 81,87 ****
}
/* Set the database schema version number */
! $sql = "SELECT vseq FROM schema";
if ($this->DB_type == "mssql") $sql = "SELECT vseq FROM [schema]";
$result = $this->DB->Execute($sql);
if ( $this->acidErrorMessage != "" )
--- 81,87 ----
}
/* Set the database schema version number */
! $sql = "SELECT vseq FROM snort.schema";
if ($this->DB_type == "mssql") $sql = "SELECT vseq FROM [schema]";
$result = $this->DB->Execute($sql);
if ( $this->acidErrorMessage != "" )
***************
*** 150,156 ****
}
/* Set the database schema version number */
! $sql = "SELECT vseq FROM schema";
if ($this->DB_type == "mssql") $sql = "SELECT vseq FROM [schema]";
$result = $this->DB->Execute($sql);
if ( $this->acidErrorMessage() != "" )
--- 150,156 ----
}
/* Set the database schema version number */
! $sql = "SELECT vseq FROM snort.schema";
if ($this->DB_type == "mssql") $sql = "SELECT vseq FROM [schema]";
$result = $this->DB->Execute($sql);
if ( $this->acidErrorMessage() != "" )
diff -c snort-acid-orig/acid_graph_form.php snort-acid/acid_graph_form.php
*** snort-acid-orig/acid_graph_form.php Thu Jan 9 10:04:07 2003
--- snort-acid/acid_graph_form.php Wed Sep 26 09:24:30 2007
***************
*** 100,111 ****
';
echo '
Chart End:
--- 100,107 ----
';
echo '
Chart End:
***************
*** 138,149 ****
';
echo '
--- 134,141 ----
';
echo '
diff -c snort-acid-orig/acid_stat_time.php snort-acid/acid_stat_time.php
*** snort-acid-orig/acid_stat_time.php Thu Jan 9 10:04:07 2003
--- snort-acid/acid_stat_time.php Wed Sep 26 09:25:09 2007
***************
*** 186,197 ****
echo ' '."\n";
echo '';
if ( $i == 0 ) echo ' -- ';
--- 186,193 ----
echo ' '."\n";
echo '';
if ( $i == 0 ) echo ' -- ';
diff -c snort-acid-orig/acid_state_citems.inc snort-acid/acid_state_citems.inc
*** snort-acid-orig/acid_state_citems.inc Thu Jan 9 10:04:07 2003
--- snort-acid/acid_state_citems.inc Wed Sep 26 09:25:59 2007
***************
*** 732,743 ****
echo ' criteria[$i][2],"12").'>Dec';
echo '';
echo '';
echo ':';
echo ':';