commit
63d91b01fd
@ -590,7 +590,7 @@ function amp_insert_link($actions) {
|
|||||||
global $ydb;
|
global $ydb;
|
||||||
|
|
||||||
$keyword = $actions[2];
|
$keyword = $actions[2];
|
||||||
$user = defined(YOURLS_USER) ? YOURLS_USER : NULL;
|
$user = defined('YOURLS_USER') ? YOURLS_USER : NULL;
|
||||||
$table = YOURLS_DB_TABLE_URL;
|
$table = YOURLS_DB_TABLE_URL;
|
||||||
|
|
||||||
// Insert $keyword against $username
|
// Insert $keyword against $username
|
||||||
|
Loading…
Reference in New Issue
Block a user