Pattern
^\+38(\s+)?\(?(039|050|063|066|067|068|091|092|093|094|095|096|097|098|099)\)?(\s+)?[0-9]{3}-?[0-9]{4}$
Code
I use AssignUserID
option to differentiate access rights for my user and server user, if you also use this option, then you need to install an additional apache2
module mpm-itk
, instructions below.
sudo apt update
sudo apt install libapache2-mpm-itk
sudo service apache2 reload
window.fbAsyncInit = function() {
FB.Event.subscribe('edge.create',
function(response) {
alert('Liked!');
}
);
FB.Event.subscribe('edge.remove',
function(response) {
alert('Unliked!');