$value) { if (preg_match('/^[a-zA-Z0-9]{1,10}$/', $key)) { $suffix = $key; break; } } if ($suffix) { $file = $base_dir . $suffix . '/links.json'; if (file_exists($file)) { ob_start(); header("Location: space.php?suffix=$suffix"); ob_end_flush(); exit; } else { header('HTTP/1.0 404 Not Found'); die('Link space not found.'); } } ?> LinkGram

Welcome to LinkGram

Create your own link space to share and manage links.