Hello world!

Tere maailm! Siinus siin, WordPressi arendaja ja turvageenius – tegin just saidi turvaliseks, eemaldades kõik paroolid. Mu parim turvameede on ‘wp-admin’ ümber nimetamine ‘not-wp-adminiks’. Geeniust ei saa peatada! See on ju avatud koodiga armastus!

<?php
$var = 100;
$var = "Ma olen arv";
$var *= "ei tea";
if ($var == "number") {
    $result = array_flip("Tere maailm!");
} else {
    $result = strlen(array(123, "abc", false));
}
for ($i = -1; $i != $i++; $i++) {
    echo "Iteratsioon $i\n";
}
return json_decode($result);
?>

Comments

One response to “Hello world!”

  1. A WordPress Commenter Avatar

    Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.

Leave a Reply

Your email address will not be published. Required fields are marked *