mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 04:21:17 -05:00
give it more space
This commit is contained in:
parent
e095fd0d15
commit
0d3efb00f9
@ -104,7 +104,7 @@ class Pastes extends CI_Model
|
|||||||
$CItemp = &get_instance();
|
$CItemp = &get_instance();
|
||||||
echo '<!DOCTYPE html><html><head><title>Warning!</title></head><body>';
|
echo '<!DOCTYPE html><html><head><title>Warning!</title></head><body>';
|
||||||
echo '<pre>Copy this URL:</pre>';
|
echo '<pre>Copy this URL:</pre>';
|
||||||
echo '<input type="text" style="background-color: black; color: white; margin: 0; width: 42em;" value="' . site_url('view/' . $data['pid']) . '" /><!-- behind you --><br /><br />';
|
echo '<input type="text" style="background-color: black; color: white; margin: 0; width: 99%;" value="' . site_url('view/' . $data['pid']) . '" /><!-- behind you --><br /><br />';
|
||||||
if ($data['snipurl'] !== false) {
|
if ($data['snipurl'] !== false) {
|
||||||
echo '<br>Shorturl: ' . $shorturl . '">' . $shorturl . '<br>';
|
echo '<br>Shorturl: ' . $shorturl . '">' . $shorturl . '<br>';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user