Skip to content

Instantly share code, notes, and snippets.

View DawidSajdak's full-sized avatar
🤮

Dawid Sajdak DawidSajdak

🤮
View GitHub Profile
import android.app.Activity;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import com.mah.R;
import java.util.Arrays;
Log in to your account at www.ovh.com by entering your username and password.
Under Tab domain, click the domain that you're using with Google Apps.
Under the heading Access to sections, click eMails.
Under the header Advanced, click Options.
Under the header Manage your sub domain, click Delete.
Wykonaj poniższe czynności, by utworzyć rekord Systemu nazw domenowych (DNS), który będzie dla Google dowodem, że jesteś właścicielem domeny.
Log in to your account at www.OVH.com by clicking on the tab Manager.
Under Tab domain, click the domain that you're using.
Under the heading Access to sections, click Domain & DNS.
Under the header DNS Zone, click DNS Zone.
In the section Fields expanded, click type TXT.
public function createAction()
{
$em = $this->get('doctrine')->getRepository('DashboardUserBundle:User');
if($em->findOneByEmail("dawid@dawid.pl")) {
echo "nie ma";
}else if($em->findOneByEmail("dawid@browarstudio.pl")) {
echo "jest ";
}