diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-11-09 20:37:08 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-11-09 20:37:08 +0000 |
commit | 30d8e16e72e9c10c8d53e9f7134588b99722bb79 (patch) | |
tree | e76d05f4aaf7fd6ff28144477281914ed7a7cce9 /usr/local | |
parent | 12e437a2b643bd4f748a354861c80e680e649965 (diff) | |
download | pfsense-30d8e16e72e9c10c8d53e9f7134588b99722bb79.zip pfsense-30d8e16e72e9c10c8d53e9f7134588b99722bb79.tar.gz |
Spell eval correctly
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/graph.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/graph.php b/usr/local/www/graph.php index b48eaf2..2a0367f 100755 --- a/usr/local/www/graph.php +++ b/usr/local/www/graph.php @@ -77,7 +77,7 @@ $attribs['collect_initial']='fill="gray" font-family="Tahoma, Verdana, Arial, He $fetch_link = "ifstats.php?if={$ifnum}"; if(file_exists("/themes/{$g['theme']}/graph.php")) { $themetxt = file_get_contents("/themes/{$g['theme']}/graph.php"); - eveal($themetxt); + eval($themetxt); } //Error text if we cannot fetch data : depends on which method is used |