diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d5be60 --- /dev/null +++ b/.gitignore @@ -0,0 +1,51 @@ +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm + +*.iml + +## Directory-based project format: +.idea/ +# if you remove the above rule, at least ignore the following: + +# User-specific stuff: +# .idea/workspace.xml +# .idea/tasks.xml +# .idea/dictionaries +# .idea/shelf + +# Sensitive or high-churn files: +# .idea/dataSources.ids +# .idea/dataSources.xml +# .idea/sqlDataSources.xml +# .idea/dynamic.xml +# .idea/uiDesigner.xml + +# Gradle: +# .idea/gradle.xml +# .idea/libraries + +# Mongo Explorer plugin: +# .idea/mongoSettings.xml + +## File-based project format: +*.ipr +*.iws + +## Plugin-specific files: + +# IntelliJ +/out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Not push config.php +config.php diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/config.php b/config.php index 22020e9..e8d7cbf 100644 --- a/config.php +++ b/config.php @@ -4,7 +4,7 @@ define("DFLT_WIDTH", 900); define("DFLT_HEIGHT", 256); define("DFLT_INTERVAL", INT_DAILY); - + $db_connect_string = "user = bandwidthd password = band dbname = bandwidthd host = localhost"; } else { diff --git a/details.php b/details.php index 907fb84..b0c4fe0 100644 --- a/details.php +++ b/details.php @@ -1,4 +1,4 @@ - + @@ -14,7 +14,7 @@
logo -"; -include('footer.php'); \ No newline at end of file +include('footer.php'); +?> \ No newline at end of file diff --git a/footer.php b/footer.php index d660f4a..2ad7b48 100644 --- a/footer.php +++ b/footer.php @@ -1,5 +1,5 @@
- diff --git a/graph.php b/graph.php index 36448a7..aef2e47 100644 --- a/graph.php +++ b/graph.php @@ -1,4 +1,4 @@ - \ No newline at end of file diff --git a/include.php b/include.php index 0f2380d..a5f3cc7 100644 --- a/include.php +++ b/include.php @@ -1,4 +1,7 @@ - + @@ -14,7 +14,7 @@
-
- "> + ">
- -
+

Total - Total of $subnet

@@ -240,7 +241,7 @@ $r = pg_fetch_array($result, $Counter); echo ""; } -include('footer.php'); \ No newline at end of file +include('footer.php'); +?> \ No newline at end of file diff --git a/info.php b/info.php index bfd863b..968c8df 100644 --- a/info.php +++ b/info.php @@ -1,2 +1,3 @@ \ No newline at end of file diff --git a/logo.gif b/logo.gif index 7b17cc6..31e4faf 100755 Binary files a/logo.gif and b/logo.gif differ