5 lines
149 B
PHP
5 lines
149 B
PHP
|
<?php
|
||
|
mysql_query("INSERT IGNORE INTO `Privileges` (`name`, `desc`) VALUES ('atom', ' Atom news export')");
|
||
|
$applied = mysql_affected_rows() > 0;
|
||
|
?>
|