summaryrefslogtreecommitdiffstats
path: root/backend/php-sqlite/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend/php-sqlite/index.php')
-rw-r--r--backend/php-sqlite/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/php-sqlite/index.php b/backend/php-sqlite/index.php
index fa12fed..286a8aa 100644
--- a/backend/php-sqlite/index.php
+++ b/backend/php-sqlite/index.php
@@ -78,7 +78,7 @@
}
$keyword = ( isset( $_GET['keyword'] ) ? $_GET['keyword'] : '' );
$keyword = sqlite_escape_string( $keyword );
- $result = sqlite_query( "SELECT `data` FROM ".TABLE." WHERE keyword = '$keyword'" , $GLOBALS['sqlConnect'] );
+ $result = sqlite_query( "SELECT data FROM ".TABLE." WHERE keyword = '$keyword'" , $GLOBALS['sqlConnect'] );
$row = sqlite_fetch_array( $result );
if( !$row ) {
header( 'HTTP/1.0 404 Not Found' );
@@ -100,4 +100,4 @@
save: 501/201
import: 501/200
*/
-?> \ No newline at end of file
+?>