diff --git a/index.php b/index.php index b866826..c8a94d5 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,6 @@ - bbn @@ -61,8 +60,8 @@ $content = ''; if ($action == 'clip' && $_GET['param']) { - $content = $_GET['param'] . "\r\n" . file_get_contents($dir . '/clip'); - file_put_contents($dir . '/clip', $content); + $content = $_GET['param'] . "\r\n" . file_get_contents($dir . '/todo'); + file_put_contents($dir . '/todo', $content); $_GET['param'] = ''; } if ($action == 'save')