From 2d73b3ef0d15c853fe96beea38721103cd23e1d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 13 Jul 2013 17:17:32 +0200 Subject: [PATCH] htdocs/archive: change index.php to use new archive --- htdocs/archive/index.php | 17 +++++++---------- htdocs/archive/webarchive.h | 2 +- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/htdocs/archive/index.php b/htdocs/archive/index.php index af990d9a3..7642d7144 100644 --- a/htdocs/archive/index.php +++ b/htdocs/archive/index.php @@ -37,16 +37,13 @@ uninitialized variables, unused functions" />
-

Submit file

-
-

Name:

- -

Copy/paste the file data:

- -
-
- -
+

Cppcheck - Archive

+

This archive is for useful Cppcheck rules and library configuration files.

+ +

If you have a rule or library configuration that you want to share, use this + archive. Feel free to add any library or rule here.

+ +
diff --git a/htdocs/archive/webarchive.h b/htdocs/archive/webarchive.h index 28e0a2664..5f819e23b 100644 --- a/htdocs/archive/webarchive.h +++ b/htdocs/archive/webarchive.h @@ -97,7 +97,7 @@ void generatepage(const char msg[]) puts("Content-type: text/html\r\n\r\n"); puts(""); puts(""); puts(""); puts(msg);