Skip to content

Commit b686afb

Browse files
committed
Fixes track service
1 parent 6b42e98 commit b686afb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wp-content/themes/canvas/track.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
$conn = mysql_connect('localhost','root','raspberry') or die('Could not connect.');
33
mysql_select_db('villagescience',$conn);
44
$url = $_POST['url'];
5-
$now =
65
$string = "insert into vs_track(url, time_viewed) values('".$url."', now())";
76
mysql_query($string,$conn);
87
mysql_close();

0 commit comments

Comments
 (0)